forked from AschPlatform/asch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.82 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
{
"name": "asch",
"version": "1.3.1",
"private": true,
"scripts": {
"start": "node app.js",
"test": "./node_modules/.bin/mocha --require mocha-babel"
},
"author": "Qingfeng Shan <[email protected]>",
"dependencies": {
"array.prototype.find": "1.0.0",
"array.prototype.findindex": "2.0.0",
"asch-sandbox": "https://github.com/AschPlatform/asch-sandbox/tarball/master",
"asch-js": "*",
"async": "1.5.2",
"bignumber": "https://github.com/AschPlatform/bignumber/tarball/master",
"body-parser": "1.15.2",
"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/AschPlatform/decompress-zip/tarball/master",
"ed25519": "0.0.4",
"ejs": "2.5.1",
"express": "4.14.0",
"express-domain-middleware": "0.1.0",
"extend": "2.0.0",
"ip": "1.1.3",
"json-sql": "https://github.com/AschPlatform/json-sql/tarball/master",
"lodash": "^3.9.3",
"mathjs": "3.8.0",
"method-override": "2.3.6",
"node-gyp": "^3.6.2",
"protocol-buffers": "3.1.6",
"randomstring": "1.1.5",
"request": "2.74.0",
"rimraf": "2.5.4",
"socket.io": "1.4.8",
"sodium": "git+https://github.com/AschPlatform/node-sodium.git",
"strftime": "0.9.2",
"util-extend": "1.0.3",
"valid-url": "1.0.9",
"z-schema": "https://github.com/AschPlatform/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.2.5",
"mocha-babel": "^3.0.3",
"moment": "^2.9.0",
"should": "~4.6.0",
"supertest": "^1.0.1",
"webpack-node-externals": "^1.2.0",
"webpack-stream": "^3.2.0"
}
}