forked from ebidel/material-playground
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 860 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
{
"name": "material-playground",
"private": true,
"version": "0.0.1",
"description": "Polymer material design playground showcases Polymer paper elements",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "./node_modules/vulcanize/bin/vulcanize --inline-css --inline-scripts --strip-comments elements.html | crisper --html elements.build.html --js elements.build.js"
},
"repository": {
"type": "git",
"url": "https://github.com/ebidel/material-playground"
},
"author": "Eric Bidelman <ebidel@>",
"license": "Apache2",
"bugs": {
"url": "https://github.com/ebidel/material-playground/issues"
},
"homepage": "https://ebidel.github.io/material-playground/",
"devDependencies": {
"polybuild": "^1.1.0",
"vulcanize": "^1.14.8",
"crisper": "^2.0.2"
}
}