-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 862 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 862 Bytes
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": "wadl2wiki",
"version": "0.0.1",
"description": "WADL to Wiki format documentation generator",
"main": "lib/wadl2wiki.js",
"scripts": {
"test": "mocha -R nyan"
},
"repository": {
"type": "git",
"url": "https://github.com/schrepfler/wadl2wiki.git"
},
"keywords": [
"wadl",
"wiki",
"confluence",
"rest",
"documentation"
],
"author": "Srdan Srepfler <schrepfler@gmail.com> (http://schrepfler.blogspot.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/schrepfler/wadl2wiki/issues"
},
"homepage": "http://schrepfler.github.io/wadl2wiki",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-uglify": "^0.6.0",
"mocha": "^2.0.1",
"chai": "^1.9.2"
},
"dependencies": {
"commander": "^2.5.0",
"handlebars": "^2.0.0",
"wadl2json": "^0.1.1"
}
}