forked from iissnan/theme-next-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 822 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 822 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
{
"name": "theme-next-docs",
"version": "2.0.0",
"description": "Documetation for NexT theme.",
"main": "index.html",
"devDependencies": {
"browser-sync": "^2.10.0",
"del": "^2.2.0",
"gulp": "^3.9.0",
"gulp-sass": "^2.2.0",
"gulp-tap": "^0.1.3",
"highlight.js": "^9.2.0",
"js-yaml": "^3.5.4",
"nunjucks": "^2.3.0",
"url": "^0.11.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iissnan/theme-next-docs.git"
},
"keywords": [
"NexT",
"Hexo"
],
"author": "iissnan <iissnan@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/iissnan/theme-next-docs/issues"
},
"homepage": "https://github.com/iissnan/theme-next-docs#readme"
}