-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.16 KB
/
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
50
51
52
53
54
55
56
{
"name": "md2conf-watcher",
"description": "markdown2conflucence watcher command.",
"version": "0.1.4",
"homepage": "https://github.com/Layzie/md2conf-watcher",
"author": {
"name": "HIRAKI Satoru",
"email": "saruko313@gmail.com",
"url": "http://layzie.hatenablog.com/"
},
"repository": {
"type": "git",
"url": "git://github.com/Layzie/md2conf-watcher.git"
},
"bugs": {
"url": "https://github.com/Layzie/md2conf-watcher/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/Layzie/md2conf-watcher/blob/master/LICENSE-MIT"
}
],
"main": "./index",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "testem"
},
"devDependencies": {
"grunt-contrib-watch": "~0.2.0",
"grunt": "~0.4.1",
"expect.js": "~0.2.0",
"mocha": "~1.12.1",
"grunt-coffeelint": "0.0.7"
},
"keywords": [
"confluence",
"markdown",
"command",
"cli"
],
"os": [
"darwin"
],
"dependencies": {
"node-watch": "~0.3.4",
"coffee-script": "~1.6.3",
"optimist": "~0.6.0",
"colors": "~0.6.2"
},
"bin": {
"md2conf-watcher": "./bin/md2confwatcher"
}
}