-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 974 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
{
"name": "site-summary",
"version": "1.0.0",
"description": "Site Summary",
"main": "index.js",
"scripts": {
"start": "npm run server&npm run client",
"server": "node src/app.js",
"client": "cd ./src/public/vue&&npm install&&npm start",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/whilefor/site-summary.git"
},
"author": "whilefor",
"license": "ISC",
"bugs": {
"url": "https://github.com/whilefor/site-summary/issues"
},
"homepage": "https://github.com/whilefor/site-summary#readme",
"devDependencies": {
"rollup": "^0.41.6"
},
"dependencies": {
"chrome-remote-interface": "^0.22.0",
"html-selector": "0.0.9",
"jsdom": "^11.0.0",
"kcors": "^2.2.1",
"koa": "^2.2.0",
"koa-bodyparser": "^4.2.0",
"koa-router": "^7.1.1",
"koa-static": "^3.0.0",
"lodash": "^4.17.4",
"memory-cache": "^0.2.0"
}
}