-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 894 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
{
"name": "gulp-devtools-live-browserify",
"version": "0.0.11",
"description": "Gulp plugin to use browserify with devtools live",
"main": "browserify.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/StudioLabs/gulp-devtools-live-browserify.git"
},
"keywords": [
"devtools",
"live",
"browserify"
],
"author": "Steed Monteiro <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/StudioLabs/gulp-devtools-live-browserify/issues"
},
"homepage": "https://github.com/StudioLabs/gulp-devtools-live-browserify",
"dependencies": {
"devtools-live-browserify-unpack": "^0.4.4",
"combine-source-map": "^0.7.1",
"event-stream": "^3.3.2",
"immutable": "^3.7.6",
"through2": "^2.0.0",
"utf8": "^2.1.1",
"vinyl": "^1.1.0"
},
"devDependencies": {}
}