You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

62 lines
1.3 KiB

{
"name": "rollup",
"version": "0.14.0",
"description": "Next-generation ES6 module bundler",
"main": "dist/rollup.js",
"jsnext:main": "src/rollup.js",
"bin": {
"rollup": "./bin/rollup"
},
"scripts": {
"test": "mocha",
"pretest": "npm run build",
"build": "gobble build -f dist",
"prepublish": "npm test",
"lint": "eslint src"
},
"repository": {
"type": "git",
"url": "https://github.com/rich-harris/rollup"
},
"keywords": [
"modules",
"bundler",
"bundling",
"es6",
"optimizer"
],
"author": "Rich Harris",
"license": "MIT",
"bugs": {
"url": "https://github.com/rich-harris/rollup/issues"
},
"homepage": "https://github.com/rich-harris/rollup",
"devDependencies": {
"babel-core": "^5.5.8",
"console-group": "^0.1.2",
"eslint": "^1.1.0",
"gobble": "^0.10.1",
"gobble-babel": "^5.5.8",
"gobble-browserify": "^0.6.1",
"gobble-cli": "^0.4.2",
"gobble-esperanto-bundle": "^0.2.0",
"gobble-rollup": "^0.6.0",
"gobble-rollup-babel": "^0.1.0",
"mocha": "^2.2.4",
"source-map": "^0.1.40"
},
"dependencies": {
"acorn": "^1.1.0",
"chalk": "^1.0.0",
"magic-string": "^0.6.4",
"minimist": "^1.1.1",
"sander": "^0.3.3",
"source-map-support": "^0.3.1"
},
"files": [
"src",
"dist",
"bin",
"README.md"
]
}