From c194f84cab66fa6e18b78c32f9cdf2bddf8d1e68 Mon Sep 17 00:00:00 2001 From: eric thul Date: Wed, 8 Apr 2015 19:49:24 -0400 Subject: Rewrite using purescript for the implementation --- package.json | 38 +++++++++++++++++++++++--------------- 1 file changed, 23 insertions(+), 15 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 4d458b8..56c6b39 100644 --- a/package.json +++ b/package.json @@ -2,24 +2,32 @@ "name": "purs-loader", "version": "0.0.3", "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" }, - "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.3.1", + "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" + "glob": "^5.0.3", + "loader-utils": "^0.2.6" } } -- cgit v1.2.3