forked from bitpay/bitcore-build
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
70 lines (70 loc) · 1.6 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
63
64
65
66
67
68
69
70
{
"name": "bitcore-build-zclassic",
"version": "0.9.0-zclassic",
"description": "A helper for common tasks to build bitcore modules",
"main": "index.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git://github.com/z-classic/bitcore-build-zclassic"
},
"keywords": [
"bitcore",
"zclassic",
"zcash"
],
"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/z-classic/bitcore-build-zclassic/issues"
},
"homepage": "https://github.com/z-classic/bitcore-build-zclassic",
"dependencies": {
"brfs": "^1.4.3",
"browserify": "^13.1.1",
"chai": "^3.5.0",
"gulp": "^3.9.1",
"gulp-bump": "^2.7.0",
"gulp-coveralls": "^0.1.4",
"gulp-git": "^2.0.1",
"gulp-jshint": "^2.0.4",
"gulp-mocha": "^4.1.0",
"gulp-rename": "^1.2.2",
"gulp-shell": "^0.6.3",
"gulp-uglify": "^2.1.0",
"gulp-util": "^3.0.8",
"istanbul": "^0.4.5",
"karma": "^1.7.1",
"karma-detect-browsers": "^2.2.4",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.4",
"lodash": "^4.17.4",
"mocha": "^3.2.0",
"plato": "^1.7.0",
"run-sequence": "^1.2.2",
"zuul": "^3.11.1"
}
}