-
Notifications
You must be signed in to change notification settings - Fork 161
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.31 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.31 KB
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
{
"name": "bitcore-build",
"version": "0.10.0",
"description": "A helper for common tasks to build bitcore modules'",
"main": "index.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git://github.com/bitpay/bitcore-build"
},
"keywords": [
"bitcore"
],
"contributors": [
{
"name": "Esteban Ordano",
"email": "esteban@bitpay.com"
},
{
"name": "Manuel Araoz",
"email": "maraoz@bitpay.com"
},
{
"name": "Braydon Fuller",
"email": "braydon@bitpay.com"
},
{
"name": "Yemel Jardi",
"email": "yemel@bitpay.com"
},
{
"name": "Matias Alejo Garcia",
"email": "ematiu@gmail.com"
}
],
"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": "^6.0.0",
"gulp-rename": "^1.4.0",
"gulp-shell": "^0.6.5",
"gulp-uglify": "^2.1.2",
"istanbul": "^0.4.5",
"karma": "^3.1.1",
"karma-chrome-launcher": "^2.2.0",
"karma-mocha": "^1.3.0",
"lodash": "^4.17.4",
"mocha": "^5.2.0"
}
}