-
Notifications
You must be signed in to change notification settings - Fork 34
/
package.json
63 lines (63 loc) · 1.53 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
{
"name": "FGLab",
"version": "0.7.6",
"description": "Future Gadget Laboratory",
"main": "lab.js",
"scripts": {
"start": "node lab.js",
"test": "echo \"No test specified\" && exit 0",
"postinstall": "bower install --allow-root",
"update": "git pull && npm install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Kaixhin/FGLab.git"
},
"keywords": [
"machine learning"
],
"author": "Kaixhin <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Kaixhin/FGLab/issues"
},
"homepage": "https://github.com/Kaixhin/FGLab#readme",
"dependencies": {
"bluebird": "^3.5.1",
"body-parser": "^1.18.2",
"bower": "^1.8.2",
"compression": "^1.7.2",
"dotenv": "^4.0.0",
"express": "^5.0.0-alpha.6",
"http-auth": "^3.1.3",
"jade": "^1.11.0",
"kerberos": "^0.0.23",
"lodash": "^4.17.5",
"mongodb": "^2.2.35",
"mongoskin": "^2.1.0",
"morgan": "^1.9.0",
"multer": "^1.3.0",
"request": "^2.83.0",
"request-promise": "^4.2.2",
"serve-favicon": "^2.4.5",
"ws": "^1.1.5"
},
"devDependencies": {
"conventional-github-releaser": "^1.1.13",
"conventional-recommended-bump": "^0.3.0",
"gulp": "^3.9.1",
"gulp-bump": "^2.9.0",
"gulp-conventional-changelog": "^1.1.18",
"gulp-git": "^2.5.2",
"gulp-util": "^3.0.8",
"minimist": "^1.2.0",
"run-sequence": "^1.2.2"
},
"engines": {
"node": "6.x"
},
"cacheDirectories": [
"node_modules",
"bower_components"
]
}