-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.14 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
{
"name": "enlightme",
"version": "0.2.0",
"description": "Enlighten your users with a beautiful documentation",
"main": "bin/enlightme",
"directories": {
"bin": "./bin"
},
"dependencies": {
"ejs": "^3.1.9",
"gh-pages": "^6.1.0",
"lodash": "^4.17.21",
"metalsmith": "^2.5.1",
"metalsmith-autotoc": "^0.1.3",
"metalsmith-collections": "^0.9.0",
"metalsmith-ignore": "^0.1.2",
"metalsmith-layouts": "^1.7.0",
"metalsmith-less": "^2.0.0",
"metalsmith-markdown": "^1.3.0",
"metalsmith-metallic": "^2.0.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "jshint bin/*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wanadev/enlightme.git"
},
"keywords": [
"markdown",
"documentation",
"doc",
"gh-pages",
"metalsmith"
],
"author": "Wanadev",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/wanadev/enlightme/issues"
},
"homepage": "https://github.com/wanadev/enlightme#readme",
"enlightme": {
"appName": "Enlight'me"
},
"devDependencies": {
"jshint": "^2.13.6"
}
}