]>
Commit | Line | Data |
---|---|---|
542ab6f0 | 1 | { |
a42f24b8 | 2 | "name": "purs-loader", |
861ae340 | 3 | "version": "0.6.0-beta.0", |
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", |
3afbe2fd | 29 | "debug": "^2.2.0", |
c194f84c | 30 | "loader-utils": "^0.2.6" |
a42f24b8 | 31 | } |
542ab6f0 | 32 | } |