UNPKG

1.33 kBJSONView Raw
1{
2 "name": "rollup",
3 "version": "0.12.0",
4 "description": "Next-generation ES6 module bundler",
5 "main": "dist/rollup.js",
6 "jsnext:main": "src/rollup.js",
7 "bin": {
8 "rollup": "./bin/rollup"
9 },
10 "scripts": {
11 "test": "mocha",
12 "pretest": "npm run build",
13 "build": "gobble build -f dist",
14 "prepublish": "npm test"
15 },
16 "repository": {
17 "type": "git",
18 "url": "https://github.com/rich-harris/rollup"
19 },
20 "keywords": [
21 "modules",
22 "bundler",
23 "bundling",
24 "es6",
25 "optimizer"
26 ],
27 "author": "Rich Harris",
28 "license": "MIT",
29 "bugs": {
30 "url": "https://github.com/rich-harris/rollup/issues"
31 },
32 "homepage": "https://github.com/rich-harris/rollup",
33 "devDependencies": {
34 "babel-core": "^5.5.8",
35 "console-group": "^0.1.2",
36 "gobble": "^0.10.1",
37 "gobble-babel": "^5.5.8",
38 "gobble-browserify": "^0.6.1",
39 "gobble-cli": "^0.4.2",
40 "gobble-esperanto-bundle": "^0.2.0",
41 "gobble-rollup": "^0.5.0",
42 "gobble-rollup-babel": "^0.1.0",
43 "mocha": "^2.2.4",
44 "source-map": "^0.1.40"
45 },
46 "dependencies": {
47 "acorn": "^1.1.0",
48 "chalk": "^1.0.0",
49 "magic-string": "^0.6.4",
50 "minimist": "^1.1.1",
51 "sander": "^0.3.3",
52 "source-map-support": "^0.3.1"
53 },
54 "files": [
55 "src",
56 "dist",
57 "bin",
58 "README.md"
59 ]
60}