forked from MikeKovarik/gulp-better-rollup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.09 KB
/
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
37
38
39
40
41
42
43
44
45
46
{
"name": "@monet/gulp-better-rollup",
"version": "3.4.0",
"description": "Better Gulp plugin for Rollup ES6 module bundler (monet fork)",
"author": "Nick Jacob",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/AppMonet/gulp-better-rollup"
},
"bugs": {
"url": "https://github.com/AppMonet/gulp-better-rollup/issues"
},
"homepage": "https://github.com/AppMonet/gulp-better-rollup",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"keywords": [
"gulp",
"gulpplugin",
"rollup",
"es6"
],
"engines": {
"node": ">=8"
},
"dependencies": {
"lodash.camelcase": "^4.3.0",
"plugin-error": "^1.0.1",
"rollup": "^0.66.0",
"vinyl": "^2.1.0",
"vinyl-sourcemaps-apply": "^0.2.1"
},
"devDependencies": {
"eslint": "^5.13.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"gulp-sourcemaps": "^2.1.1",
"mocha": "^5.1.1",
"should": "^13.2.1"
}
}