awatch
Version:
Async file watcher
46 lines • 1 kB
JSON
{
"name": "awatch",
"version": "2.0.4",
"description": "Async file watcher",
"main": "lib",
"scripts": {
"test": "./ci/test.js",
"prepare": "./ci/build.js"
},
"repository": "a-labo/awatch",
"keywords": [
"watch"
],
"author": {
"name": "Taka Okunishi",
"email": "okunishitaka.com@gmail.com",
"url": "http://okunishitaka.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/a-labo/awatch/issues"
},
"homepage": "https://github.com/a-labo/awatch#readme",
"dependencies": {
"aglob": "^3.0.2",
"asleep": "^1.0.3",
"debug": "^4.1.1"
},
"devDependencies": {
"amocha": "^7.0.2",
"ape-formatting": "^2.0.2",
"ape-releasing": "^5.0.7",
"ape-reporting": "^3.0.2",
"ape-tasking": "^4.0.12",
"ape-tmpl": "^6.0.14",
"ape-updating": "^5.0.3",
"coz": "^7.2.0",
"injectmock": "^2.0.0",
"rimraf": "^3.0.2",
"writeout": "^2.3.2"
},
"engines": {
"node": ">=8",
"npm": ">=5"
}
}