UNPKG

1.31 kBJSONView Raw
1{
2 "name": "rollup-babel-lib-bundler",
3 "version": "2.4.0",
4 "description": "Utility to bundle JavaScript libraries with Rollup",
5 "main": "lib/index.js",
6 "bin": {
7 "rollup-babel-lib-bundler": "./bin/index.js"
8 },
9 "scripts": {
10 "test": "mocha test/index.js",
11 "coverage": "nyc npm test",
12 "lint": "eslint ."
13 },
14 "repository": {
15 "type": "git",
16 "url": "git+https://github.com/frostney/rollup-babel-lib-bundler.git"
17 },
18 "author": "Johannes Stein",
19 "keywords": [
20 "rollup",
21 "babel",
22 "lib",
23 "library",
24 "bundle",
25 "bundler"
26 ],
27 "license": "MIT",
28 "bugs": {
29 "url": "https://github.com/frostney/rollup-babel-lib-bundler/issues"
30 },
31 "homepage": "https://github.com/frostney/rollup-babel-lib-bundler#readme",
32 "devDependencies": {
33 "chai": "^3.5.0",
34 "chai-as-promised": "^5.2.0",
35 "coveralls": "^2.11.8",
36 "eslint": "^2.2.0",
37 "eslint-config-airbnb": "^6.0.2",
38 "eslint-plugin-react": "^4.1.0",
39 "mocha": "^2.4.5",
40 "nyc": "^5.6.0"
41 },
42 "dependencies": {
43 "camel-case": "^1.2.2",
44 "commander": "^2.9.0",
45 "object-assign": "^4.0.1",
46 "pinkie-promise": "^2.0.0",
47 "rollup": "^0.25.4",
48 "rollup-plugin-babel": "^2.4.0",
49 "rollup-plugin-json": "^2.0.0",
50 "rollup-plugin-local-resolve": "^1.0.3"
51 }
52}