-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 826 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 826 Bytes
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
{
"name": "code_starter",
"version": "0.0.3",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "supervisor -i node_modules,application/views node index.js"
},
"repository": {
"type": "git",
"url": "git@github.com:Topthinking/CodeStarter.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-register": "^6.26.0",
"ejs": "^2.5.9",
"koa": "^2.5.1",
"koa-bodyparser": "^4.2.0",
"koa-ejs": "^4.1.1",
"koa-react-view": "^3.0.0",
"koa-router": "^7.4.0",
"koa-session": "^5.8.1",
"koa-static": "^4.0.2",
"lokijs": "^1.5.3",
"md5": "^2.2.1",
"mysql2": "^1.5.3",
"sequelize": "^4.37.6"
}
}