-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
66 lines (66 loc) · 1.6 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": "RandomAPI",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node --expose-gc server"
},
"dependencies": {
"async": "^2.0.0-rc.4",
"bcrypt-nodejs": "~0.0.3",
"blessed": "^0.1.81",
"blessed-contrib": "^3.5.5",
"bluebird": "^3.4.0",
"body-parser": "~1.12.0",
"compression": "^1.6.0",
"connect-flash": "~0.1.1",
"connect-redis": "~2.3.0",
"cookie": "~0.1.3",
"cookie-parser": "~1.3.4",
"cors": "^2.7.1",
"deasync": "^0.1.4",
"debug": "~2.1.1",
"deity": "^0.2.0",
"ejs": "^2.5.7",
"esprima": "^4.0.0",
"express": "~4.12.2",
"express-session": "~1.11.2",
"faker": "^3.1.0",
"filesize": "^3.3.0",
"fs-extra": "^0.30.0",
"hiredis": "~0.4.0",
"jailed": "^0.2.0",
"js2xmlparser": "^1.0.0",
"json-2-csv": "^2.0.22",
"lodash": "^4.12.0",
"merge": "~1.2.0",
"mersenne": "0.0.3",
"mersenne-twister": "^1.0.1",
"moment": "^2.13.0",
"morgan": "~1.5.1",
"multer": "^1.1.0",
"mysql": "^2.11.1",
"numeral": "^1.5.3",
"redis": "~0.12.1",
"request": "^2.73.0",
"serve-favicon": "~2.2.0",
"socket.io": "^1.3.7",
"stripe": "^4.7.0",
"yamljs": "^0.2.7"
},
"devDependencies": {
"babel-preset-es2015-without-strict": "0.0.2",
"chai": "^3.5.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.0",
"gulp-ejsmin": "0.0.1",
"gulp-exit": "0.0.2",
"gulp-mocha": "^2.2.0",
"gulp-uglifyjs": "^0.6.2",
"gulp-util": "^3.0.7",
"mocha-clean": "^1.0.0",
"supertest": "^1.2.0",
"through2": "^2.0.1"
}
}