]>
Commit | Line | Data |
---|---|---|
542ab6f0 | 1 | { |
a42f24b8 | 2 | "name": "purs-loader", |
5f7ec4c3 | 3 | "version": "4.1.0", |
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", |
d0154811 CS |
10 | "lib", |
11 | "utils.js" | |
c194f84c | 12 | ], |
7de41f10 | 13 | "scripts": { |
531c751f | 14 | "build": "babel src --out-dir lib", |
c0f935ab | 15 | "prepublish": "npm run build", |
7de41f10 AM |
16 | "test": "echo \"Error: no test specified\" && exit 1" |
17 | }, | |
18 | "repository": { | |
19 | "type": "git", | |
148eb9ab | 20 | "url": "git://github.com/fretlink/purs-loader.git" |
7de41f10 AM |
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": { | |
148eb9ab | 35 | "url": "https://github.com/fretlink/purs-loader/issues" |
7de41f10 | 36 | }, |
148eb9ab | 37 | "homepage": "https://github.com/fretlink/purs-loader#readme", |
a42f24b8 | 38 | "dependencies": { |
7de41f10 AM |
39 | "bluebird": "^3.3.5", |
40 | "chalk": "^1.1.3", | |
cfa924ef | 41 | "cross-spawn": "^3.0.1", |
5f2b3d93 | 42 | "dargs": "^5.1.0", |
7f0547d4 | 43 | "debug": "^2.6.0", |
7de41f10 | 44 | "globby": "^4.0.0", |
f8d292fb | 45 | "js-string-escape": "^1.0.1", |
8bdff272 | 46 | "loader-utils": "^1.0.2", |
b881e30c | 47 | "lodash.difference": "^4.5.0", |
7de41f10 AM |
48 | "promise-retry": "^1.1.0" |
49 | }, | |
50 | "devDependencies": { | |
51 | "babel-cli": "^6.8.0", | |
52 | "babel-preset-es2015": "^6.6.0" | |
9c781cac CS |
53 | }, |
54 | "peerDependencies": { | |
55 | "purescript": ">=0.12.2" | |
a42f24b8 | 56 | } |
542ab6f0 | 57 | } |