-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 962 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
38
{
"name": "workshops",
"version": "0.1.0",
"description": "A web application for the builders collective workshops",
"main": "index.js",
"dependencies": {
"node-sass": "^4.9.3",
"uikit": "^3.0.0-rc.12"
},
"devDependencies": {
"jus": "^0.26.0"
},
"scripts": {
"start": "jus serve",
"deploy": "npm run build && npm run commit && npm run push && npm run open",
"build": "jus build . dist",
"commit": "git add dist && git commit -m 'update dist'",
"push": "git subtree push --prefix dist origin gh-pages",
"open": "open $npm_package_homepage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/builders/workshops.git"
},
"keywords": [
"jus",
"static",
"website",
"browserify",
"es6"
],
"author": "bauhouse",
"license": "MIT",
"bugs": {
"url": "https://github.com/builders/workshops/issues"
},
"homepage": "https://builders.github.io/workshops"
}