]> git.immae.eu Git - github/fretlink/purs-loader.git/blame - package.json
PureScript 0.7 updates and migration to pulp
[github/fretlink/purs-loader.git] / package.json
CommitLineData
542ab6f0 1{
a42f24b8 2 "name": "purs-loader",
eae2e182 3 "version": "0.3.2",
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",
fa01c5a4 13 "build:compile": "./node_modules/.bin/pulp build -o build",
03b840cb 14 "build:docs": "./node_modules/.bin/pulp docs",
c194f84c 15 "build:package": "./node_modules/.bin/webpack --progress --colors --profile --bail",
03b840cb 16 "build:watch": "./node_modules/.bin/pulp -w build -o build",
464355c7 17 "build:json": "./node_modules/.bin/webpack --progress --colors --profile --bail --json > index.json",
18 "prepublish": "npm run-script build"
542ab6f0 19 },
c194f84c 20 "files": [
21 "index.js"
22 ],
23 "devDependencies": {
fa01c5a4 24 "pulp": "^4.3.0",
c194f84c 25 "webpack": "^1.8.4"
542ab6f0 26 },
a42f24b8 27 "dependencies": {
0e1221d7 28 "async": "^1.3.0",
8141e23a 29 "chalk": "^1.1.0",
c194f84c 30 "glob": "^5.0.3",
31 "loader-utils": "^0.2.6"
a42f24b8 32 }
542ab6f0 33}