-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.92 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": "feynman-core",
"version": "1.4.4",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha --require mocha-babel"
},
"author": "Qingfeng Shan <[email protected]>",
"dependencies": {
"feynman-gateway": "https://github.com/feynmanPlatform/feynman-gateway-dist/tarball/v1.0.0",
"feynman-js": "https://github.com/feynmanPlatform/feynman-js/tarball/v1.4.1",
"feynman-sandbox": "https://github.com/feynmanPlatform/feynman-sandbox-dist/tarball/v1.4.0",
"feynman-smartdb": "https://github.com/feynmanPlatform/feynman-smartdb-dist/tarball/v1.1.1",
"async": "=1.5.2",
"bignumber": "https://github.com/feynmanPlatform/bignumber/tarball/v1.3.0-2+feynman.1",
"bitcore-mnemonic": "=1.2.5",
"bittorrent-dht": "https://github.com/feynmanPlatform/bittorrent-dht/tarball/master",
"body-parser": "=1.15.2",
"bytebuffer": "=5.0.1",
"colors": "=1.1.2",
"commander": "=2.6.0",
"compression": "=1.6.1",
"cors": "=2.7.1",
"daemon": "=1.1.0",
"ejs": "=2.5.7",
"express": "=4.14.0",
"ip": "=1.1.3",
"json-sql": "https://github.com/feynmanPlatform/json-sql/tarball/v0.2.4+feynman.1",
"knuth-shuffle": "=1.0.8",
"lodash": "=4.17.10",
"lru-cache": "=4.1.3",
"method-override": "=2.3.10",
"nedb": "=1.8.0",
"protocol-buffers": "=3.2.1",
"request": "=2.74.0",
"rimraf": "=2.5.4",
"socket.io": "=1.4.8",
"sodium": "=2.0.3",
"static-module": "=2.0.0",
"strftime": "=0.9.2",
"tracer": "=0.8.12",
"validate.js": "=0.12.0",
"z-schema": "https://github.com/feynmanPlatform/z-schema/tarball/v3.15.2+feynman.1"
},
"devDependencies": {
"babel": "=5.8.23",
"chai": "^3.0.0",
"eslint-config-feynman-base": "*",
"espree": "=4.0.0",
"mocha": "^2.2.5",
"mocha-babel": "^3.0.3",
"moment": "^2.9.0",
"node-gyp": "=3.6.2",
"shelljs": "^0.7.8",
"should": "~4.6.0",
"supertest": "^1.0.1"
}
}