forked from bitpay/bitcore
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
62 lines (62 loc) · 1.39 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
62
{
"name": "bitcore-build",
"version": "8.24.0",
"description": "A helper for common tasks to build bitcore modules'",
"main": "index.js",
"scripts": {
"test": "gulp test",
"pub": "npm publish"
},
"repository": {
"type": "git",
"url": "git://github.com/bitpay/bitcore-build"
},
"keywords": [
"bitcore"
],
"contributors": [
{
"name": "Esteban Ordano",
"email": "[email protected]"
},
{
"name": "Manuel Araoz",
"email": "[email protected]"
},
{
"name": "Braydon Fuller",
"email": "[email protected]"
},
{
"name": "Yemel Jardi",
"email": "[email protected]"
},
{
"name": "Matias Alejo Garcia",
"email": "[email protected]"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/bitpay/bitcore-build/issues"
},
"homepage": "https://github.com/bitpay/bitcore-build",
"dependencies": {
"@kollavarsham/gulp-coveralls": "^0.2.2",
"brfs": "^2.0.1",
"browserify": "^16.2.3",
"chai": "^4.2.0",
"gulp": "^4.0.0",
"gulp-mocha": "^7.0.1",
"gulp-rename": "^1.4.0",
"gulp-shell": "^0.6.5",
"gulp-terser": "^1.1.7",
"istanbul": "^0.4.5",
"karma": "^4.2.0",
"karma-chrome-launcher": "^3.1.0",
"karma-mocha": "^1.3.0",
"lodash": "^4.17.15",
"mocha": "^6.2.0"
},
"gitHead": "012cc0216a9bc6b195035855bd17149bad41acd1"
}