-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.9 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
63
64
65
66
{
"name": "avatarx",
"version": "1.3.6",
"private": true,
"scripts": {
"start": "node app.js",
"test": "./node_modules/.bin/mocha --require mocha-babel"
},
"author": "Qingfeng Shan <sqf1225@foxmail.com>",
"dependencies": {
"array.prototype.find": "1.0.0",
"array.prototype.findindex": "2.0.0",
"asch-js": "*",
"asch-sandbox": "https://github.com/AschPlatform/asch-sandbox-dist/tarball/master",
"async": "1.5.2",
"bignumber": "https://github.com/AschPlatform/bignumber/tarball/master",
"bitcore-mnemonic": "^1.2.5",
"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",
"ejs": "2.5.7",
"express": "4.14.0",
"express-domain-middleware": "0.1.0",
"extend": "2.0.0",
"ip": "1.1.3",
"jshint": "^2.9.5",
"json-sql": "https://github.com/AschPlatform/json-sql/tarball/master",
"lodash": "^3.9.3",
"mathjs": "^3.17.0",
"method-override": "2.3.6",
"node-gyp": "^3.6.2",
"protocol-buffers": "^3.2.1",
"randomstring": "1.1.5",
"request": "2.74.0",
"rimraf": "2.5.4",
"shelljs": "^0.7.8",
"socket.io": "1.4.8",
"sodium": "^2.0.3",
"static-module": "2.0.0",
"strftime": "0.9.2",
"tracer": "^0.8.11",
"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"
}
}