aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
blob: f9e5646f5d9efdd36a22c354fc3b189f66e7717c (plain) (blame)
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": "purs-loader",
  "version": "0.6.0-beta.2",
  "description": "PureScript loader for webpack",
  "license": "MIT",
  "repository": "ethul/purs-loader",
  "author": {
    "name": "Eric Thul",
    "email": "thul.eric@gmail.com"
  },
  "scripts": {
    "build": "npm run-script build:compile && npm run-script build:docs && npm run-script build:package",
    "build:compile": "pulp build -o build --force",
    "build:docs": "pulp docs",
    "build:package": "webpack --progress --colors --profile --bail",
    "build:watch": "pulp -w build -o build --force",
    "build:json": "webpack --progress --colors --profile --bail --json > index.json",
    "prepublish": "npm run-script build"
  },
  "files": [
    "index.js"
  ],
  "devDependencies": {
    "webpack": "^1.8.4"
  },
  "dependencies": {
    "async": "^1.3.0",
    "chalk": "^1.1.0",
    "debug": "^2.2.0",
    "loader-utils": "^0.2.6"
  }
}