forked from MikeKovarik/gulp-better-rollup
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 864 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "gulp-better-rollup",
"version": "2.0.0",
"description": "Better Gulp plugin for Rollup ES6 module bundler",
"author": "Mike Kovarik",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/MikeKovarik/gulp-better-rollup"
},
"bugs": {
"url": "https://github.com/MikeKovarik/gulp-better-rollup/issues"
},
"homepage": "https://github.com/MikeKovarik/gulp-better-rollup",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"gulp",
"gulpplugin",
"rollup",
"es6"
],
"dependencies": {
"gulp-util": "^3.0.8",
"lodash.camelcase": "^4.3.0",
"rollup": "^0.53.3",
"vinyl-sourcemaps-apply": "^0.2.1"
},
"devDependencies": {
"gulp-sourcemaps": "^2.1.1",
"mocha": "^3.1.2",
"should": "^11.1.1"
}
}