forked from bitpay/bitcore-build
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 1.69 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
71
72
73
74
{
"name": "bitcore-build-crown",
"version": "0.2.0",
"publishConfig": {
"tag": "next"
},
"description": "A helper for common tasks to build bitcore modules'",
"author": "Crown Developers <[email protected]>",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/Crowndev/bitcore-build-crown"
},
"keywords": [
"bitcore"
],
"contributors": [
{
"name": "BitPay",
"email": "[email protected]"
},
{
"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/Crowndev/bitcore-build-crown/issues"
},
"homepage": "https://github.com/Crowndev/bitcore-build-crown",
"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-chrome-launcher": "^2.2.0",
"karma-mocha": "^1.3.0",
"lodash": "^4.17.4",
"mocha": "^3.2.0",
"plato": "^1.7.0",
"puppeteer": "^1.1.1",
"run-sequence": "^1.2.2",
"zuul": "^3.11.1"
}
}