-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
36 lines (36 loc) · 935 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-rollup-stream",
"version": "0.2.0",
"description": "Gulp rollup stream",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"preversion": "gulp && git add --force dist"
},
"author": "renanhangai <[email protected]>",
"license": "ISC",
"dependencies": {
"extend": "^3.0.0",
"rollup": "^0.34.3",
"rollup-plugin-memory": "^1.0.0",
"through2": "^2.0.1",
"vinyl-sourcemaps-apply": "^0.2.1"
},
"devDependencies": {
"babel-preset-es2015": "^6.13.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/renanhangai/gulp-rollup-stream.git"
},
"keywords": [
"gulp",
"rollup"
],
"bugs": {
"url": "https://github.com/renanhangai/gulp-rollup-stream/issues"
},
"homepage": "https://github.com/renanhangai/gulp-rollup-stream#readme"
}