UNPKG

933 BJSONView Raw
1{
2 "name": "@amontech/amon-lib",
3 "version": "2.0.3",
4 "description": "Common amon libraries",
5 "main": "./lib/index.js",
6 "directories": {
7 "lib": "lib"
8 },
9 "scripts": {
10 "test": "mocha -R spec ./test/test.config.js ./test/unit --recursive --timeout 15000",
11 "doc": "jsdoc lib -d doc",
12 "deploy:doc": "gh-pages -d doc"
13 },
14 "repository": {
15 "type": "git",
16 "url": "git+https://github.com/amontech/amon-lib.git"
17 },
18 "author": "AMON TECH",
19 "license": "ISC",
20 "bugs": {
21 "url": "https://github.com/amontech/amon-lib/issues"
22 },
23 "homepage": "https://github.com/amontech/amon-lib#readme",
24 "dependencies": {
25 "bcryptjs": "^2.4.3",
26 "chai": "^4.2.0",
27 "chai-as-promised": "^7.1.1",
28 "coinstring": "^2.3.0",
29 "gh-pages": "^2.0.1",
30 "jsdoc": "^3.5.5",
31 "lodash": "^4.17.11",
32 "mocha": "^5.2.0",
33 "qs": "^6.5.2",
34 "sha.js": "^2.4.11",
35 "web3": "^1.0.0-beta.36"
36 }
37}