-
Notifications
You must be signed in to change notification settings - Fork 33
/
package.json
61 lines (61 loc) · 1.38 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "nebpay.js",
"version": "0.2.4",
"copyright": "Copyright © 2017-2020 Nebulas.io",
"description": "Nebulas JavaScript PAY SDK",
"main": "nebpay.js",
"repository": {
"type": "git",
"url": "https://github.com/nebulasio/nebPay.js"
},
"scripts": {
"npm-build": "parcel build ./nebpay.js",
"build": "gulp",
"watch": "gulp watch",
"lint": "jshint *.js lib",
"test": "mocha; jshint *.js lib"
},
"author": "nebulas",
"license": "LGPL-3.0",
"keywords": [
"neb",
"javascript",
"pay",
"nebpay"
],
"directories": {
"lib": "./libs"
},
"dependencies": {
"axios": "^0.18.0",
"bs58": "^4.0.1",
"uuid": "^3.0.1",
"promise": "^8.0.1",
"ripemd160": "^2.0.1",
"qrcode": "^1.4.4",
"extend": ">=3.0.2",
"bignumber.js": "^5.0.0"
},
"devDependencies": {
"assert": "*",
"babelify": "^10.0.0",
"browserify": ">=16.5.0",
"chai": "^4.2.0",
"coveralls": "^3.0.9",
"del": ">=5.1.0",
"exorcist": "^1.0.1",
"gulp": ">=4.0.2",
"gulp-jshint": ">=2.1.0",
"gulp-notify": ">=3.2.0",
"gulp-plumber": "^1.2.1",
"gulp-rename": ">=2.0.0",
"gulp-replace": "^1.0.0",
"gulp-uglify": ">=3.0.2",
"gulp-jsdoc3": "^2.0.0",
"jshint": ">=2.11.0",
"mocha": ">=7.1.0",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"parcel-bundler": "^1.12.4"
}
}