-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.1 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.1 KB
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
{
"name": "documentationjs-theme-simple",
"version": "0.0.1",
"description": "A theme for documentationjs",
"scripts": {
"lint": "eslint *.js **/*.js",
"test": "npm run lint && handlebars index.hbs section.hbs > /dev/null"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/davehg/documentationjs-theme-simple.git"
},
"keywords": [
"documentation",
"documentation-theme",
"theme"
],
"author": {
"name": "David Haro"
},
"bugs": {
"url": "https://github.com/davehg/documentationjs-theme-simple/issues"
},
"homepage": "https://github.com/davehg/documentationjs-theme-simple",
"dependencies": {
"concat-stream": "^1.5.0",
"documentation-theme-utils": "^1.2.1",
"globals-docs": "^2.1.0",
"handlebars": "^3.0.3",
"highlight.js": "^9.0.0",
"remark": "^3.0.0",
"remark-html": "^2.0.0",
"vinyl": "^1.0.0",
"vinyl-fs": "^2.0.0"
},
"devDependencies": {
"eslint": "^1.10.3"
},
"maintainers": [
{
"name": "David Haro",
"email": "david.haro@mirage-tech.com"
}
]
}