-
Notifications
You must be signed in to change notification settings - Fork 182
/
package.json
49 lines (49 loc) · 1018 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
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "watchify",
"version": "4.0.0",
"description": "watch mode for browserify builds",
"main": "index.js",
"bin": "bin/cmd.js",
"engines": {
"node": ">= 8.10.0"
},
"dependencies": {
"anymatch": "^3.1.0",
"browserify": "^17.0.0",
"chokidar": "^3.4.0",
"defined": "^1.0.0",
"outpipe": "^1.1.0",
"through2": "^4.0.2",
"xtend": "^4.0.2"
},
"devDependencies": {
"brfs": "^2.0.1",
"mkdirp": "^0.5.5",
"split": "^1.0.0",
"tape": "^5.1.1",
"uglify-js": "^2.5.0",
"win-spawn": "^2.0.0"
},
"scripts": {
"test": "tape test/*.js"
},
"repository": {
"type": "git",
"url": "git://github.com/browserify/watchify.git"
},
"homepage": "https://github.com/browserify/watchify",
"keywords": [
"browserify",
"browserify-tool",
"watch",
"bundle",
"build",
"browser"
],
"author": {
"name": "James Halliday",
"email": "[email protected]",
"url": "http://substack.net"
},
"license": "MIT"
}