-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 855 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 855 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
{
"name": "standup-timer",
"version": "1.0.0",
"description": "This project is bootstrapped with [Create Elm App](https://github.com/halfzebra/create-elm-app).",
"main": "index.js",
"directories": {
"test": "tests"
},
"dependencies": {
"@repositive/liz-skin": "^1.1.0",
"@repositive/ui-library": "0.0.18",
"gh-pages": "^2.0.1",
"hoek": "^6.0.2",
"node-sass-chokidar": "^1.3.4"
},
"devDependencies": {
"standard": "^12.0.1"
},
"scripts": {
"build-css": "node-sass-chokidar --include-path ./src --include-path ./node_modules src/ -o src/",
"watch-css": "npm run build-css && node-sass-chokidar --include-path ./src --include-path ./node_modules src/ -o src/ --watch --recursive",
"deploy": "PUBLIC_URL='/standup-timer' elm-app build; gh-pages -d build"
},
"author": "",
"license": "ISC"
}