UNPKG

1.26 kBJSONView Raw
1{
2 "name": "rollup",
3 "version": "0.6.3",
4 "description": "Next-generation ES6 module bundler",
5 "main": "dist/rollup.js",
6 "jsnext:main": "src/rollup.js",
7 "bin": {
8 "rollup": "./bin/index.js"
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.4.4",
35 "console-group": "^0.1.2",
36 "gobble": "^0.10.1",
37 "gobble-babel": "^5.1.0",
38 "gobble-cli": "^0.4.2",
39 "gobble-esperanto-bundle": "^0.2.0",
40 "gobble-rollup": "^0.2.0",
41 "mocha": "^2.2.4",
42 "source-map-support": "^0.2.10",
43 "source-map": "^0.1.40"
44 },
45 "dependencies": {
46 "acorn": "^1.1.0",
47 "chalk": "^1.0.0",
48 "magic-string": "^0.5.3",
49 "minimist": "^1.1.1",
50 "sander": "^0.3.3"
51 },
52 "files": [
53 "src",
54 "dist",
55 "bin",
56 "README.md"
57 ]
58}