47 lines
971 B
JSON
47 lines
971 B
JSON
{
|
|
"name": "watchify",
|
|
"version": "3.11.1",
|
|
"description": "watch mode for browserify builds",
|
|
"main": "index.js",
|
|
"bin": "bin/cmd.js",
|
|
"dependencies": {
|
|
"anymatch": "^2.0.0",
|
|
"browserify": "^16.1.0",
|
|
"chokidar": "^2.1.1",
|
|
"defined": "^1.0.0",
|
|
"outpipe": "^1.1.0",
|
|
"through2": "^2.0.0",
|
|
"xtend": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"brfs": "^2.0.1",
|
|
"mkdirp": "~0.5.1",
|
|
"split": "^1.0.0",
|
|
"tape": "^4.2.2",
|
|
"uglify-js": "^2.5.0",
|
|
"win-spawn": "^2.0.0"
|
|
},
|
|
"scripts": {
|
|
"test": "tape test/*.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/substack/watchify.git"
|
|
},
|
|
"homepage": "https://github.com/substack/watchify",
|
|
"keywords": [
|
|
"browserify",
|
|
"browserify-tool",
|
|
"watch",
|
|
"bundle",
|
|
"build",
|
|
"browser"
|
|
],
|
|
"author": {
|
|
"name": "James Halliday",
|
|
"email": "mail@substack.net",
|
|
"url": "http://substack.net"
|
|
},
|
|
"license": "MIT"
|
|
}
|