-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·74 lines (74 loc) · 2.11 KB
/
package.json
File metadata and controls
executable file
·74 lines (74 loc) · 2.11 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
74
{
"name": "btw",
"version": "1.0.4",
"private": true,
"scripts": {
"start": "node index.js",
"test": "./node_modules/.bin/mocha --require mocha-babel",
"build": "browserify build.js -o ./bower_components/bitcore-mnemonic.js"
},
"author": "Mr. White <info@bitcoinwhite.org>",
"dependencies": {
"app": "^0.1.0",
"array.prototype.find": "1.0.0",
"array.prototype.findindex": "2.0.0",
"async": "1.5.2",
"bignumber": "https://github.com/BTWhite/bignumber/tarball/master",
"bip39": "^2.5.0",
"bitcore-lib": "^0.15.0",
"bitcore-mnemonic": "^1.5.0",
"body-parser": "1.15.2",
"browserify": "^15.2.0",
"btw-js": "^1.3.15",
"btw-sandbox": "https://github.com/BTWhite/btw-sandbox/tarball/master",
"bytebuffer": "5.0.1",
"change-case": "^3.0.0",
"colors": "1.1.2",
"commander": "2.6.0",
"compression": "1.6.1",
"cors": "2.7.1",
"daemon": "1.1.0",
"decompress-zip": "https://github.com/BTWhite/decompress-zip/tarball/master",
"ed25519": "0.0.4",
"ejs": "2.5.7",
"express": "4.14.0",
"express-domain-middleware": "0.1.0",
"extend": "2.0.0",
"ip": "1.1.3",
"jquery": "^3.2.1",
"json-sql": "https://github.com/BTWhite/json-sql/tarball/master",
"lodash": "^3.9.3",
"mathjs": "3.8.0",
"method-override": "2.3.6",
"node-gyp": "^3.6.2",
"package.json": "^2.0.1",
"protocol-buffers": "3.1.6",
"randomstring": "1.1.5",
"request": "2.74.0",
"rimraf": "2.5.4",
"shelljs": "latest",
"socket.io": "1.4.8",
"sodium": "^1.2.0",
"strftime": "0.9.2",
"tether": "^1.4.3",
"tracer": "^0.8.11",
"url": "^0.11.0",
"util-extend": "1.0.3",
"valid-url": "1.0.9",
"z-schema": "https://github.com/BTWhite/z-schema/tarball/master"
},
"devDependencies": {
"babel": "=5.8.23",
"chai": "^3.0.0",
"gulp": "^3.9.1",
"gulp-replace": "^0.5.4",
"gulp-shell": "^0.5.2",
"mocha": "^2.5.3",
"mocha-babel": "^3.0.3",
"moment": "^2.20.0",
"should": "~4.6.0",
"supertest": "^1.0.1",
"webpack-node-externals": "^1.2.0",
"webpack-stream": "^3.2.0"
}
}