-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1008 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 1008 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
38
39
40
{
"name": "raml2boot",
"version": "0.1.8",
"description": "RAML to Bootstrap documentation generator.",
"main": "./lib/index.js",
"author": "Simon Oulevay <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/probe-dock/raml2boot",
"bugs": {
"url": "https://github.com/probe-dock/raml2boot/issues"
},
"repository": {
"type": "git",
"url": "[email protected]:probe-dock/raml2boot.git"
},
"keywords": [
"raml",
"bootstrap"
],
"dependencies": {
"autoprefixer-core": "^5.1.11",
"bluebird": "^2.9.25",
"commander": "^2.8.1",
"fs-extra": "^0.18.2",
"highlight.js": "^8.5.0",
"jade": "^1.9.2",
"marked": "^0.3.3",
"raml2obj": "^2.0.0",
"stylus": "^0.51.1",
"underscore": "^1.8.3"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-bump": "^0.3.1",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-gh-pages": "^0.10.0"
}
}