forked from RandomAPI/Randomuser.me-Node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.46 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
{
"name": "randomuser.me-node",
"version": "0.1.3",
"private": true,
"scripts": {
"start": "node --expose-gc app",
"build": "gulp build",
"test": "spec=true mocha --exit --reporter nyan spec/index.js",
"specTest": "spec=true mocha --exit --reporter spec spec/index.js",
"ciTest": "spec=true nyc mocha --exit spec/index.js"
},
"dependencies": {
"async": "^2.0.0-rc.2",
"body-parser": "^1.19.0",
"compression": "^1.6.1",
"cors": "^2.7.1",
"debug": ">=2.6.9",
"ejs": "^2.5.7",
"express": "^4.17.1",
"faker": "^4.1.0",
"filesize": "^3.2.1",
"format-number": "^2.0.1",
"js2xmlparser": "^1.0.0",
"json-2-csv": "^3.5.6",
"lodash": "^4.3.0",
"md5": "^2.1.0",
"mersenne": "0.0.3",
"moment": "^2.14.1",
"mongoose": "^5.7.1",
"morgan": ">=1.9.1",
"random-seed": "^0.3.0",
"request": "^2.88.0",
"request-promise-native": "^1.0.7",
"serve-favicon": "^2.5.0",
"sha.js": "^2.4.5",
"socket.io": "^2.2.0",
"stripe": "^4.11.0",
"transliteration": "^2.1.7",
"yamljs": "^0.2.7"
},
"devDependencies": {
"chai": "^3.5.0",
"codecov": "^3.6.1",
"csv-parse": "^4.4.6",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.3",
"gulp-ejsmin": "0.0.1",
"gulp-mocha": "^7.0.1",
"gulp-terser": "^1.2.0",
"mocha": "^6.2.0",
"mocha-clean": "^1.0.0",
"nyc": "^14.1.1",
"supertest": "^1.2.0",
"through2": "^2.0.1"
}
}