forked from bitpay/bitcore
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 1.63 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 1.63 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
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "@bcpros/bitcore-build",
"version": "9.0.9",
"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"
],
"files": [
"index.js",
"karma.conf.js"
],
"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",
"@wdio/browser-runner": "^9.12.0",
"@wdio/cli": "^9.12.0",
"@wdio/spec-reporter": "^9.11.0",
"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": "^6.4.0",
"karma-chrome-launcher": "^3.1.1",
"karma-mocha": "^2.0.1",
"lodash": "^4.17.15",
"mocha": "11.1.0",
"webdriverio": "^9.12.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "169e28b0b13c25c386faccf38a2fdc4e1275a5db"
}