-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 934 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
40
41
{
"name": "safety-code",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "set NODE_ENV=development && nodemon server.js -e\"js pug\"",
"start": "node server.js"
},
"author": "",
"license": "ISC",
"devDependencies": {
"eslint": "^3.19.0",
"jspm": "^0.16.53"
},
"dependencies": {
"bluebird": "^3.5.0",
"cheerio": "^1.0.0-rc.2",
"koa": "^2.2.0",
"koa-bodyparser": "^4.2.0",
"koa-pug": "^3.0.0-2",
"koa-router": "^7.1.1",
"koa-static": "^3.0.0",
"mysql": "^2.13.0",
"npm": "^6.1.0",
"sequelize": "^3.30.4",
"to": "^0.2.9",
"update": "^0.7.4"
},
"jspm": {
"directories": {
"baseURL": "static"
},
"dependencies": {
"axios": "npm:axios@^0.16.0",
"form-serialize": "npm:form-serialize@^0.7.1"
},
"devDependencies": {}
}
}