forked from doowb/watch-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 987 Bytes
/
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
{
"name": "watch-cli-only",
"description": "Command line wrapper for gaze to use in package.json scripts object.",
"version": "0.2.4",
"homepage": "https://github.com/1000i100/watch-cli",
"authors": [
{
"name": "[1000i100] Millicent Billette",
"email": "[email protected]",
"url": "https://1forma-tic.fr"
},
{
"name": "Brian Woodward",
"url": "https://github.com/doowb"
}
],
"repository": {
"type": "git",
"url": "git://github.com/1000i100/watch-cli.git"
},
"bugs": {
"url": "https://github.com/1000i100/watch-cli/issues"
},
"license": "MIT",
"files": [
"index.js",
"bin/"
],
"main": "index.js",
"bin": {
"watch": "bin/watch"
},
"engines": {
"node": ">=0.8"
},
"dependencies": {
"gaze": "^1.1.3",
"lodash": "^4.17.15",
"minimist": "^1.2.0"
},
"keywords": [
"docs",
"documentation",
"generate",
"generator",
"markdown",
"templates"
]
}