]> git.immae.eu Git - github/fretlink/purs-loader.git/blobdiff - package.json
Splitting PSC functionality into a separate plugin
[github/fretlink/purs-loader.git] / package.json
index 8b2afd8528040cc67faecafb374a55dcec5b0a75..3bcd03ff0db041462b5f3105f25ccd81e9b59d8b 100644 (file)
@@ -1,25 +1,32 @@
 {
   "name": "purs-loader",
-  "version": "0.0.1",
+  "version": "0.4.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",
+    "glob": "^5.0.3",
+    "loader-utils": "^0.2.6"
   }
 }