forked from radiocat/shape-detection-sample
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 933 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
{
"name": "shape-detection-sample",
"version": "1.0.0",
"description": "Shape Detection Sample",
"main": "express.js",
"dependencies": {
"express": "^4.16.4",
"serve-index": "^1.9.1"
},
"devDependencies": {
"copyfiles": "^1.2.0",
"workbox-cli": "^3.5.0"
},
"scripts": {
"copy": "copyfiles -u 1 pwa/* ./",
"build": "npm run copy && workbox injectManifest pwa/workbox-config.js",
"start": "node ./server.js 3000",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/radiocat/shape-detection-sample.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/radiocat/shape-detection-sample/issues"
},
"homepage": "https://github.com/radiocat/shape-detection-sample#readme"
}