forked from JohnGorter/POLDEV
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 863 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
{
"name": "polymer",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"help": "node printhelp.js",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"start": "lite-server -c bs-config.json",
"presentation": "lite-server -c bs-config.json",
"generatelabs": "pdfgenerator ./_labs",
"updateslides": "node updateslides.js",
"push":"node push.js",
"all":"npm run generatelabs && npm run push && npm run updateslides && npm run presentation"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JohnGorter/polymer.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/JohnGorter/polymer/issues"
},
"homepage": "https://github.com/JohnGorter/polymer#readme",
"dependencies": {
"lite-server": "^2.2.0"
}
}