UNPKG

1.07 kBJSONView Raw
1{
2 "name": "bundilio",
3 "description": "Library bundler",
4 "version": "0.2.4",
5 "author": "Mark Penner <bundilio@mpen.ca>",
6 "bin": "./bundilio.js",
7 "dependencies": {
8 "argparse": "^1.0.9",
9 "babel-core": "^6.24.1",
10 "babel-generator": "^6.24.1",
11 "babel-plugin-dynamic-import-node": "^1.0.2",
12 "babel-plugin-syntax-do-expressions": "^6.13.0",
13 "babel-plugin-syntax-dynamic-import": "^6.18.0",
14 "babel-plugin-transform-class-properties": "^6.24.1",
15 "babel-plugin-transform-define": "^1.3.0",
16 "babel-plugin-transform-do-expressions": "^6.22.0",
17 "babel-plugin-transform-function-bind": "^6.22.0",
18 "babel-plugin-transform-object-rest-spread": "^6.23.0",
19 "babel-plugin-transform-react-jsx": "^6.24.1",
20 "babel-plugin-transform-runtime": "^6.23.0",
21 "babel-preset-env": "^1.5.1",
22 "babel-template": "^6.24.1",
23 "babel-traverse": "^6.24.1",
24 "babel-types": "^6.24.1",
25 "babylon": "^6.17.1",
26 "chalk": "^1.1.3",
27 "mkdirp": "^0.5.1"
28 },
29 "publishConfig": {
30 "registry": "https://registry.npmjs.org"
31 }
32}