-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.06 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.06 KB
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
42
43
{
"name": "the-progressive-web",
"version": "1.0.0",
"description": "Shows for web developers",
"main": "service-worker.js",
"directories": {
"test": "test"
},
"scripts": {
"start": "./bin/snap",
"serve": "bower install; firebase serve & babel -w public/scripts -s --retain-lines -d public/scripts-es5",
"test": "polymer test",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sethbergman/Chrome-Developer-Channel.git"
},
"keywords": [
"Polymer",
"Progressive",
"Web",
"Apps",
"PWA",
"Firebase",
"Node.js"
],
"author": "Seth Bergman",
"license": "MIT",
"bugs": {
"url": "https://github.com/sethbergman/Chrome-Developer-Channel/issues"
},
"homepage": "https://github.com/sethbergman/Chrome-Developer-Channel#readme",
"dependencies": {
"babel-cli": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"bower": "^1.8.0",
"firebase-tools": "^3.6.1",
"snyk": "^1.41.1"
},
"snyk": true
}