UNPKG

938 BJSONView Raw
1{
2 "name": "grunt-rollup",
3 "description": "Grunt plugin for rollup - next-generation ES6 module bundler",
4 "version": "2.0.0",
5 "homepage": "https://github.com/chrisprice/grunt-rollup",
6 "author": {
7 "name": "Chris Price",
8 "email": "price.c@gmail.com",
9 "url": "http://chrisprice.io"
10 },
11 "repository": {
12 "type": "git",
13 "url": "git://github.com/chrisprice/grunt-rollup.git"
14 },
15 "bugs": {
16 "url": "https://github.com/chrisprice/grunt-rollup/issues"
17 },
18 "license": "MIT",
19 "engines": {
20 "node": ">= 0.8.0"
21 },
22 "scripts": {
23 "test": "grunt test"
24 },
25 "devDependencies": {
26 "grunt": "^1.0.1",
27 "grunt-contrib-clean": "^1.1.0",
28 "grunt-contrib-jshint": "^1.0.0",
29 "grunt-contrib-nodeunit": "^1.0.0"
30 },
31 "peerDependencies": {
32 "grunt": ">=0.4.0"
33 },
34 "keywords": [
35 "gruntplugin",
36 "rollup"
37 ],
38 "dependencies": {
39 "bluebird": "^3.3.4",
40 "rollup": "0.45.0"
41 }
42}