forked from raml2html/default-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 791 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
{
"name": "raml2html-default-theme",
"description": "The default theme for raml2html",
"version": "2.11.0",
"author": {
"name": "Kevin Renskers",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/raml2html/default-theme/issues"
},
"devDependencies": {
"glob": "7.1.x"
},
"homepage": "https://github.com/raml2html/default-theme",
"keywords": [
"RAML",
"raml2html-theme"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/raml2html/default-theme.git"
},
"preferGlobal": true,
"files": [
"index.nunjucks",
"resource.nunjucks",
"item.nunjucks",
"examples.nunjucks",
"scripts.js",
"styles.css"
],
"engines": {
"node": ">=4"
},
"dependencies": {}
}