-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (36 loc) · 901 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
{
"name": "conflupub",
"version": "0.1.0",
"description": "Node and Avatar compatible command line tool and library that publishes resources to Atlassian confluence",
"main": "es5/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin" : {
"conflupub" : "es5/conflupub.js"
},
"repository": {
"type": "git",
"url": "https://github.com/elankath/conflupub.git"
},
"preferGlobal": "true",
"keywords": [
"confluence",
"wiki",
"html",
"publish"
],
"author": "Tarun R Elankath <[email protected]> (https://github.com/elankath/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/elankath/conflupub/issues"
},
"homepage": "https://github.com/elankath/conflupub",
"devDependencies": {
"request": "^2.36.0",
"traceur": "0.0.43"
},
"dependencies": {
"traceur-runtime": "0.0.43"
}
}