-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
54 lines (54 loc) · 1.27 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
47
48
49
50
51
52
53
54
{
"name": "uber-watchify",
"version": "4.0.0",
"description": "watchify, with some bonus features. [email protected]",
"main": "index.js",
"bin": "bin/cmd.js",
"dependencies": {
"anymatch": "^3.0.3",
"browserify": "^16.5.0",
"chokidar": "^3.0.2",
"defined": "^1.0.0",
"jsonfile": "^5.0.0",
"mkdirp": "^0.5.1",
"outpipe": "^1.1.0",
"through2": "^3.0.1",
"xtend": "^4.0.0"
},
"devDependencies": {
"brfs": "^1.0.1",
"node-lessify": "0.0.11",
"proxyquire": "^1.7.0",
"split": "~0.3.0",
"tape": "^2.12.3",
"win-spawn": "^2.0.0"
},
"scripts": {
"test": "tape test/*.js"
},
"repository": {
"type": "git",
"url": "git://github.com/benbria/uber-watchify.git"
},
"homepage": "https://github.com/benbria/uber-watchify",
"keywords": [
"browserify",
"browserify-tool",
"watch",
"bundle",
"build",
"browser",
"cache"
],
"author": {
"name": "Benbria",
"email": "[email protected]",
"url": "benbria.com"
},
"contributors": [
"Calvin Wiebe <[email protected]> (https://github.com/calvinwiebe)",
"Shay Bergmann <[email protected]> (https://github.com/kreisys)",
"James Halliday <[email protected]> (http://substack.net)"
],
"license": "MIT"
}