]> git.immae.eu Git - github/fretlink/purs-loader.git/blame - package.json
Bumping version number to 0.3.1
[github/fretlink/purs-loader.git] / package.json
CommitLineData
542ab6f0 1{
a42f24b8 2 "name": "purs-loader",
65f98729 3 "version": "0.3.1",
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",
13 "build:compile": "gulp build",
14 "build:package": "./node_modules/.bin/webpack --progress --colors --profile --bail",
464355c7 15 "build:json": "./node_modules/.bin/webpack --progress --colors --profile --bail --json > index.json",
16 "prepublish": "npm run-script build"
542ab6f0 17 },
c194f84c 18 "files": [
19 "index.js"
20 ],
21 "devDependencies": {
22 "del": "^1.1.1",
23 "gulp": "^3.8.11",
24 "gulp-plumber": "^1.0.0",
3dd30238 25 "gulp-purescript": "^0.4.2",
c194f84c 26 "gulp-util": "^3.0.4",
27 "run-sequence": "^1.0.2",
28 "webpack": "^1.8.4"
542ab6f0 29 },
a42f24b8 30 "dependencies": {
0e1221d7 31 "async": "^1.3.0",
c194f84c 32 "glob": "^5.0.3",
33 "loader-utils": "^0.2.6"
a42f24b8 34 }
542ab6f0 35}