-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
54 lines (54 loc) · 1.3 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
{
"name": "FGMachine",
"version": "0.7.6",
"description": "Future Gadget Machine",
"main": "machine.js",
"scripts": {
"start": "node machine.js",
"test": "echo \"No test specified\" && exit 0",
"update": "git pull && npm install"
},
"repository": {
"type": "git",
"url": "https://github.com/Kaixhin/FGMachine.git"
},
"keywords": [
"machine learning"
],
"author": "Kaixhin <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Kaixhin/FGMachine/issues"
},
"homepage": "https://github.com/Kaixhin/FGMachine",
"dependencies": {
"bluebird": "^3.5.1",
"body-parser": "^1.18.2",
"bytes": "^2.5.0",
"chokidar": "^1.7.0",
"cors": "^2.8.3",
"dotenv": "^4.0.0",
"express": "^5.0.0-alpha.6",
"lodash": "^4.17.5",
"morgan": "^1.9.0",
"mz": "^2.7.0",
"request": "^2.83.0",
"request-promise": "^4.2.2",
"rimraf": "^2.6.2",
"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"
}
}