]> git.immae.eu Git - github/fretlink/purs-loader.git/blame - package.json
Merge pull request #42 from ethul/topic/stderr
[github/fretlink/purs-loader.git] / package.json
CommitLineData
542ab6f0 1{
a42f24b8 2 "name": "purs-loader",
17f22f86 3 "version": "0.6.0-beta.3",
542ab6f0 4 "description": "PureScript loader for webpack",
c194f84c 5 "license": "MIT",
6 "repository": "ethul/purs-loader",
7 "author": {
8 "name": "Eric Thul",
9 "email": "thul.eric@gmail.com"
542ab6f0 10 },
c194f84c 11 "scripts": {
03b840cb 12 "build": "npm run-script build:compile && npm run-script build:docs && npm run-script build:package",
63d6a244 13 "build:compile": "pulp build -o build --force",
2e2da2be 14 "build:docs": "pulp docs",
15 "build:package": "webpack --progress --colors --profile --bail",
63d6a244 16 "build:watch": "pulp -w build -o build --force",
2e2da2be 17 "build:json": "webpack --progress --colors --profile --bail --json > index.json",
464355c7 18 "prepublish": "npm run-script build"
542ab6f0 19 },
c194f84c 20 "files": [
21 "index.js"
22 ],
23 "devDependencies": {
c194f84c 24 "webpack": "^1.8.4"
542ab6f0 25 },
a42f24b8 26 "dependencies": {
0e1221d7 27 "async": "^1.3.0",
8141e23a 28 "chalk": "^1.1.0",
87145c4d 29 "debug": "^2.2.0"
a42f24b8 30 }
542ab6f0 31}