UNPKG

1.27 kBJSONView Raw
1{
2 "name": "carte-blanche",
3 "version": "0.3.1",
4 "description": "",
5 "main": "dist/index.js",
6 "scripts": {
7 "prebuild": "rimraf ./dist/*",
8 "build": "BABEL_DISABLE_CACHE=1 BABEL_ENV=production NODE_ENV=production babel --ignore='node_modules' --out-dir='dist' . index.js && npm run copy",
9 "copy": "ncp ./src/assets ./dist/src/assets",
10 "prepublish": "npm run build"
11 },
12 "homepage": "https://github.com/carteb/carte-blanche",
13 "bugs": {
14 "url": "https://github.com/carteb/carte-blanche/issues"
15 },
16 "contributors": [
17 "Nik Graf <nik@nikgraf.com> (https://medium.com/@nikgraf)",
18 "Max Stoiber <contact@mxstbr.com> (http://mxstbr.com)",
19 "Jan Nicklas <j.nicklas@me.com> (https://twitter.com/jantimon)"
20 ],
21 "repository": "https://github.com/carteb/carte-blanche",
22 "license": "MIT",
23 "dependencies": {
24 "carte-blanche-react-plugin": "^0.3.0",
25 "chai": "^3.5.0",
26 "exenv": "^1.2.1",
27 "extra-entry-webpack-plugin": "0.0.2",
28 "loader-utils": "^0.2.15",
29 "lodash": "^4.13.1",
30 "mocha": "^2.5.3",
31 "read-multiple-files": "^1.1.1"
32 },
33 "devDependencies": {
34 "babel-cli": "^6.9.0",
35 "ncp": "^2.0.0",
36 "rimraf": "^2.5.2",
37 "sinon": "^1.17.4"
38 },
39 "peerDependencies": {
40 "webpack": ">=1 <3"
41 }
42}