UNPKG

1.05 kBJSONView Raw
1{
2 "name": "ape-watching",
3 "version": "2.0.0",
4 "description": "ape framework module for watching files.",
5 "main": "lib",
6 "scripts": {
7 "test": "./ci/test.js"
8 },
9 "repository": "ape-repo/ape-watching",
10 "keywords": [
11 "ape",
12 "file",
13 "watching"
14 ],
15 "author": {
16 "name": "Taka Okunishi",
17 "url": "http://okunishitaka.com"
18 },
19 "license": "MIT",
20 "bugs": {
21 "url": "https://github.com/ape-repo/ape-watching/issues"
22 },
23 "homepage": "https://github.com/ape-repo/ape-watching#readme",
24 "dependencies": {
25 "argx": "^1.3.1",
26 "arrayfilter": "^1.1.2",
27 "async": "^1.5.0",
28 "colorprint": "^2.1.0",
29 "expandglob": "^1.0.1",
30 "fwatcher": "^2.1.0"
31 },
32 "devDependencies": {
33 "ape-covering": "^2.0.0",
34 "ape-releasing": "^1.1.2",
35 "ape-reporting": "^2.0.3",
36 "ape-tasking": "^2.0.0",
37 "ape-testing": "^2.0.0",
38 "ape-tmpl": "^2.0.4",
39 "ape-updating": "^2.0.0",
40 "coz": "^3.1.6",
41 "coz-tmpl": "^1.1.0",
42 "mkdirp": "^0.5.1"
43 },
44 "engines": {
45 "node": ">=4.0.0"
46 }
47}