]> git.immae.eu Git - github/fretlink/purs-loader.git/blame - package.json
Fix package.json
[github/fretlink/purs-loader.git] / package.json
CommitLineData
542ab6f0 1{
a42f24b8 2 "name": "purs-loader",
8d4bd16e 3 "version": "3.7.1",
7de41f10 4 "description": "A webpack loader for PureScript.",
531c751f 5 "main": "lib/index.js",
c194f84c 6 "files": [
44eb153b 7 "LICENSE",
8 "README.md",
531c751f 9 "src",
10 "lib"
c194f84c 11 ],
7de41f10 12 "scripts": {
531c751f 13 "build": "babel src --out-dir lib",
c0f935ab 14 "prepublish": "npm run build",
7de41f10
AM
15 "test": "echo \"Error: no test specified\" && exit 1"
16 },
17 "repository": {
18 "type": "git",
44eb153b 19 "url": "git://github.com/ethul/purs-loader.git"
7de41f10
AM
20 },
21 "keywords": [
22 "loader",
23 "webpack",
24 "purescript",
25 "purs-loader",
26 "purs-loader"
27 ],
28 "author": "Alexander C. Mingoia",
29 "contributors": [
30 "Eric Thul"
31 ],
32 "license": "MIT",
33 "bugs": {
44eb153b 34 "url": "https://github.com/ethul/purs-loader/issues"
7de41f10 35 },
44eb153b 36 "homepage": "https://github.com/ethul/purs-loader#readme",
a42f24b8 37 "dependencies": {
7de41f10
AM
38 "bluebird": "^3.3.5",
39 "chalk": "^1.1.3",
cfa924ef 40 "cross-spawn": "^3.0.1",
5f2b3d93 41 "dargs": "^5.1.0",
7f0547d4 42 "debug": "^2.6.0",
7de41f10 43 "globby": "^4.0.0",
f8d292fb 44 "js-string-escape": "^1.0.1",
8bdff272 45 "loader-utils": "^1.0.2",
b881e30c 46 "lodash.difference": "^4.5.0",
7de41f10
AM
47 "promise-retry": "^1.1.0"
48 },
49 "devDependencies": {
50 "babel-cli": "^6.8.0",
51 "babel-preset-es2015": "^6.6.0"
a42f24b8 52 }
542ab6f0 53}