X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=package.json;h=93248ae426eac07b77cec16a8f3e6084c2e2a012;hb=78da2ff4a8ba259403efc166d3f753068221914e;hp=c1f335bc9b76000cae1cfb5e6a143579f3490e41;hpb=c6106bbce7d55d8609ccf7c6c2eeb8a301393d74;p=github%2Ffretlink%2Fpurs-loader.git diff --git a/package.json b/package.json index c1f335b..93248ae 100644 --- a/package.json +++ b/package.json @@ -1,25 +1,35 @@ { "name": "purs-loader", - "version": "0.0.2", + "version": "0.3.0", "description": "PureScript loader for webpack", - "main": "index.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "license": "MIT", + "repository": "ethul/purs-loader", + "author": { + "name": "Eric Thul", + "email": "thul.eric@gmail.com" }, - "repository": { - "type": "git", - "url": "git@github.com:ethul/purs-loader.git" + "scripts": { + "build": "npm run-script build:compile && npm run-script build:package", + "build:compile": "gulp build", + "build:package": "./node_modules/.bin/webpack --progress --colors --profile --bail", + "build:json": "./node_modules/.bin/webpack --progress --colors --profile --bail --json > index.json", + "prepublish": "npm run-script build" }, - "author": "Eric Thul", - "license": "MIT", - "bugs": { - "url": "https://github.com/ethul/purs-loader/issues" + "files": [ + "index.js" + ], + "devDependencies": { + "del": "^1.1.1", + "gulp": "^3.8.11", + "gulp-plumber": "^1.0.0", + "gulp-purescript": "^0.4.2", + "gulp-util": "^3.0.4", + "run-sequence": "^1.0.2", + "webpack": "^1.8.4" }, - "homepage": "https://github.com/ethul/purs-loader", "dependencies": { - "chalk": "^0.5.1", - "glob": "4.0.6", - "loader-utils": "^0.2.3", - "lodash": "^2.4.1" + "async": "^1.3.0", + "glob": "^5.0.3", + "loader-utils": "^0.2.6" } }