UNPKG

1.14 kBJSONView Raw
1{
2 "name": "ape-watching",
3 "version": "1.0.1",
4 "description": "ape framework module for watching files.",
5 "main": "lib",
6 "scripts": {
7 "build": "./ci/build.js",
8 "test": "./ci/test.js",
9 "cover": "./ci/cover.js",
10 "report": "./ci/report.js"
11 },
12 "repository": {
13 "type": "git",
14 "url": "git+https://github.com/ape-repo/ape-watching.git"
15 },
16 "keywords": [
17 "ape",
18 "file",
19 "watching"
20 ],
21 "author": {
22 "name": "Taka Okunishi",
23 "url": "http://okunishitaka.com"
24 },
25 "license": "MIT",
26 "bugs": {
27 "url": "https://github.com/ape-repo/ape-watching/issues"
28 },
29 "homepage": "https://github.com/ape-repo/ape-watching#readme",
30 "dependencies": {
31 "argx": "^1.1.6",
32 "arrayfilter": "^1.1.0",
33 "async": "^1.4.2",
34 "colorprint": "^1.1.2",
35 "expandglob": "^1.0.0"
36 },
37 "devDependencies": {
38 "ape-covering": "^1.0.8",
39 "ape-releasing": "^1.0.14",
40 "ape-reporting": "^1.0.8",
41 "ape-tasking": "^1.0.6",
42 "ape-testing": "^1.3.2",
43 "ape-tmpl": "^1.0.9",
44 "ape-updating": "^1.0.1",
45 "coz": "^3.0.12",
46 "coz-tmpl": "^1.0.3",
47 "mkdirp": "^0.5.1"
48 }
49}
\No newline at end of file