-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.47 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
{
"name": "bitcoin-p2p-messages",
"version": "0.1.7",
"description": "implementation of the bitcoin p2p messages",
"keywords": [
"bitcoin",
"p2p",
"messages",
"commands",
"p2p-network"
],
"main": "dist/index.js",
"scripts": {
"test": "./node_modules/gulp/bin/gulp.js test",
"prepublish": "./node_modules/gulp/bin/gulp.js"
},
"author": {
"name": "Stefan Huber",
"email": "stefan.huber@beyondit.at",
"url": "http://www.beyondit.at"
},
"bugs": {
"url": "https://github.com/getbitpocket/bitcoin-p2p-messages/issues",
"email": "stefan.huber@beyondit.at"
},
"repository": {
"type": "git",
"url": "https://github.com/getbitpocket/bitcoin-p2p-messages"
},
"license": "Apache License 2.0",
"devDependencies": {
"babel-preset-es2015": "^6.3.13",
"babel-register": "^6.4.3",
"babelify": "^7.2.0",
"bitcore-lib": "^0.13.12",
"browserify": "^13.0.0",
"chai": "^3.5.0",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.2",
"gulp-bump": "^1.0.0",
"gulp-eslint": "^1.1.1",
"gulp-git": "^1.7.0",
"gulp-tag-version": "^1.3.0",
"karma": "^0.13.19",
"karma-babel-preprocessor": "^6.0.1",
"karma-browserify": "^5.0.1",
"karma-chai": "^0.1.0",
"karma-mocha": "^0.2.1",
"karma-mocha-reporter": "^1.1.5",
"karma-phantomjs-launcher": "^1.0.0",
"mocha": "^2.4.5",
"phantomjs-prebuilt": "^2.1.3",
"watchify": "^3.7.0"
},
"dependencies": {
"bn.js": "^4.10.1"
}
}