-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 974 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 974 Bytes
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
{
"name": "seattleio.github.com",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"bundle-css": "sheetify -u sheetify-cssnext css/index.css > public/bundle.css",
"watch-css": "chokidar --initial 'css/*.css' -c 'npm run bundle-css && jekyll build'",
"watch": "npm run watch-css",
"start": "npm run watch & jekyll serve -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/seattleio/seattleio.github.com.git"
},
"author": "sethvincent <sethvincent@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/seattleio/seattleio.github.com/issues"
},
"homepage": "https://github.com/seattleio/seattleio.github.com#readme",
"devDependencies": {
"chokidar-cli": "^1.1.1",
"sheetify": "^3.1.0",
"sheetify-cssnext": "^1.0.0"
},
"dependencies": {
"basscss": "^7.0.4",
"basscss-grid": "^1.0.3",
"csskit": "^1.1.1",
"normalize.css": "^3.0.3"
}
}