UNPKG

976 BJSONView Raw
1{
2 "name": "@amontech/amon-lib",
3 "version": "2.5.8",
4 "description": "Common amon libraries",
5 "main": "./lib/index.js",
6 "directories": {
7 "lib": "lib"
8 },
9 "scripts": {
10 "test": "mocha ./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 "crypto-js": "^3.1.9-1",
30 "decimal.js": "^10.2.0",
31 "gh-pages": "^2.0.1",
32 "iban": "^0.0.12",
33 "jsdoc": "^3.6.2",
34 "lodash": "^4.17.11",
35 "mocha": "^6.1.4",
36 "qs": "^6.7.0",
37 "sha.js": "^2.4.11"
38 }
39}