X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=package.json;h=bcf7820988f6aa69901e597861506e19e3f695c0;hb=eae2e182cec2d521166e5775294b52300c42f069;hp=9a19a8b78f595fd22f723d26b4950f8578b48081;hpb=542ab6f00d143b58345672918f831e14f40f8c25;p=github%2Ffretlink%2Fpurs-loader.git diff --git a/package.json b/package.json index 9a19a8b..bcf7820 100644 --- a/package.json +++ b/package.json @@ -1,19 +1,36 @@ { - "name": "purescript-loader", - "version": "0.0.0", + "name": "purs-loader", + "version": "0.3.2", "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/purescript-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/purescript-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/purescript-loader" + "dependencies": { + "async": "^1.3.0", + "chalk": "^1.1.0", + "glob": "^5.0.3", + "loader-utils": "^0.2.6" + } }