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