forked from ManiaJS/ManiaJS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 860 Bytes
/
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
{
"name": "maniajs",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./maniajs.js",
"build": "babel src -d lib"
},
"engines": {
"node": ">= 5.0.0"
},
"dependencies": {
"async": "^1.5.0",
"babel-register": "^6.5.1",
"colors": "^1.1.2",
"commander": "^2.9.0",
"debug": "^2.2.0",
"dependency-graph": "^0.4.1",
"forever-monitor": "^1.7.0",
"gbxremote": "^0.1.4",
"glob": "^7.0.0",
"joi": "^7.3.0",
"js-yaml": "^3.5.2",
"moment": "^2.11.2",
"mysql": "^2.10.2",
"request": "^2.69.0",
"sequelize": "^3.19.2",
"sprintf-js": "^1.0.3",
"babel-cli": "^6.5.1",
"babel-preset-es2015": "^6.5.0",
"maniajs-plugin": "ManiaJS/maniajs-plugin"
},
"optionalDependencies": {
"sqlite3": "^3.1.1"
},
"devDependencies": {
"eslint": "^2.0.0"
}
}