X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=package.json;h=e1a79d69e28427b45694eecc911b28bfebd179aa;hb=3afbe2fddcc38ba6d79b01409f57158a217c00dd;hp=c1f335bc9b76000cae1cfb5e6a143579f3490e41;hpb=c6106bbce7d55d8609ccf7c6c2eeb8a301393d74;p=github%2Ffretlink%2Fpurs-loader.git diff --git a/package.json b/package.json index c1f335b..e1a79d6 100644 --- a/package.json +++ b/package.json @@ -1,25 +1,32 @@ { "name": "purs-loader", - "version": "0.0.2", + "version": "0.6.0-beta.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: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" }, - "author": "Eric Thul", - "license": "MIT", - "bugs": { - "url": "https://github.com/ethul/purs-loader/issues" + "files": [ + "index.js" + ], + "devDependencies": { + "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", + "chalk": "^1.1.0", + "debug": "^2.2.0", + "loader-utils": "^0.2.6" } }