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