forked from tounano/gulp-browatchify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 871 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
37
{
"name": "gulp-browatchify",
"version": "0.0.0",
"main": "./index.js",
"description": "Browserify + Watchify the gulp way.",
"homepage": "https://github.com/tounano/gulp-browatchify/",
"author": "ClickHere <[email protected]>",
"keywords": [
"gulp",
"gulpplugin",
"browserify",
"watchify"
],
"licenses": {
"type": "The MIT License",
"url": "http://www.opensource.org/licenses/mit-license.php"
},
"repository": {
"type": "git",
"url": "https://github.com/tounano/gulp-browatchify"
},
"engines": {
"node": ">=0.6.11 <=0.7.0 || >=0.7.3"
},
"dependencies": {
"browserify": "latest",
"watchify": "latest",
"through2": "latest",
"underscore": "latest",
"gulp-util": "latest",
"when": "latest"
},
"devDependencies": {
"gulp": "latest",
"vinyl-source-stream": "latest"
}
}