-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
62 lines (62 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
58
59
60
61
62
{
"name": "randomapi",
"version": "0.1.1",
"description": "Offline RandomAPI",
"scripts": {
"postinstall": "node stopServer && node startServer",
"preuninstall": "node stopServer"
},
"preferGlobal": true,
"engines": {
"node": ">=6.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RandomAPI/Offline-RandomAPI.git"
},
"keywords": [
"random",
"randomapi",
"data",
"generator",
"randomapi.com"
],
"bin": {
"randomapi": "index.js"
},
"author": "Keith Armstrong",
"license": "",
"bugs": {
"url": "https://github.com/RandomAPI/Offline-RandomAPI/issues"
},
"homepage": "https://github.com/RandomAPI/Offline-RandomAPI#readme",
"dependencies": {
"async": "^2.0.1",
"bluebird": "^3.4.6",
"cli-table": "^0.3.1",
"colors": "^1.1.2",
"compression": "^1.6.2",
"cors": "^2.8.0",
"daemon": "github:randomapi/daemon.node#48d0977c26fb3a6a44ae99aae3471b9d5a761085",
"deasync": "^0.1.7",
"deity": "^0.2.0",
"esprima": "^4.0.0",
"express": "^4.14.0",
"faker": "^3.1.0",
"fs.extra": "^1.3.2",
"js2xmlparser": "^1.0.0",
"json-2-csv": "^2.0.22",
"lodash": "^4.15.0",
"mersenne-twister": "^1.1.0",
"mkdirp": "^0.5.1",
"moment": "^2.14.1",
"nedb": "^1.8.0",
"numeral": "^1.5.3",
"prompt": "^1.0.0",
"request": "^2.74.0",
"rimraf": "^2.5.4",
"yamljs": "^0.2.8"
},
"main": "index.js",
"devDependencies": {}
}