-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 924 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": "berlinjs",
"description": "Berlinjs website",
"repository": "https://github.com/berlinjs/jsconf2018-special",
"version": "1.0.0",
"private": true,
"scripts": {
"deps": "dependency-check . && dependency-check . --extra --no-dev",
"start": "bankai start",
"build": "bankai build && ./build.js",
"publish": "npm run build && cp CNAME dist/CNAME && git add dist && git commit -m 'Publish website' && git subtree push --prefix dist origin gh-pages",
"inspect": "bankai inspect",
"test": "standard && npm run deps"
},
"dependencies": {
"choo": "^5.0.0-5",
"sheetify": "^6.0.1",
"tachyons": "^4.6.2"
},
"devDependencies": {
"bankai": "^7.0.0",
"dependency-check": "^2.8.0",
"hyperstream": "^1.2.2",
"mkdirp": "^0.5.1",
"pump": "^1.0.2",
"purify-css": "^1.1.9",
"standard": "^8.0.0",
"tape": "^4.6.3",
"through2": "^2.0.3"
}
}