-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 951 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
{
"name": "pipeliner",
"version": "0.0.1",
"description": "WIP",
"main": "elm.js",
"private": true,
"dependencies": {
"elm-webpack-loader": "^2.0.1",
"webpack": "^1.12.14"
},
"devDependencies": {
"casperjs": "1.1.0-beta5"
},
"scripts": {
"setup": "npm install -g [email protected] && npm install && elm package install --yes",
"start": "elm reactor && npm run watch",
"clean": "rm -r ./elm-stuff ./node_modules assets/javascripts/bundle.js",
"test": "./node_modules/.bin/casperjs test test/all.js",
"build": "./node_modules/.bin/webpack --progress --colors",
"watch": "./node_modules/.bin/webpack --progress --colors --watch"
},
"repository": {
"type": "git",
"url": "https://github.com/ctrabold/pipeliner.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ctrabold/pipeliner/issues"
},
"homepage": "https://github.com/ctrabold/pipeliner#readme"
}