forked from RandomAPI/Randomuser.me-Node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.22 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
{
"name": "randomuser.me-node",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node --expose-gc server",
"test": "gulp"
},
"dependencies": {
"async": "^2.0.0-rc.2",
"body-parser": "~1.13.2",
"compression": "^1.6.1",
"cookie-parser": "~1.3.5",
"cors": "^2.7.1",
"debug": "~2.2.0",
"ejs": "^2.5.7",
"express": "~4.13.1",
"filesize": "^3.2.1",
"format-number": "^2.0.1",
"js2xmlparser": "^1.0.0",
"json-2-csv": "^2.0.18",
"lodash": "^4.3.0",
"md5": "^2.1.0",
"mersenne": "0.0.3",
"moment": "^2.14.1",
"mongoose": "^4.4.3",
"mongoose-findorcreate": "^0.1.2",
"morgan": "~1.6.1",
"random-seed": "^0.3.0",
"request": "^2.78.0",
"serve-favicon": "~2.3.0",
"sha.js": "^2.4.5",
"socket.io": "^1.4.8",
"stripe": "^4.11.0",
"yamljs": "^0.2.7"
},
"devDependencies": {
"chai": "^3.5.0",
"csv-parse": "^1.0.4",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.1",
"gulp-ejsmin": "0.0.1",
"gulp-exit": "0.0.2",
"gulp-mocha": "^2.2.0",
"gulp-uglifyjs": "^0.6.2",
"mocha": "^2.4.5",
"mocha-clean": "^1.0.0",
"supertest": "^1.2.0",
"through2": "^2.0.1"
}
}