-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 778 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 778 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
{
"name": "hexo-generator-api",
"version": "0.1.1",
"description": "Generate JSON api for your awesome hexo site",
"main": "index.js",
"scripts": {
"test": "lab -I hexo",
"coverage": "lab -s -I hexo -r lcov | coveralls"
},
"repository": "https://github.com/tjwudi/hexo-generator-api.git",
"keywords": [
"hexo",
"api",
"json"
],
"author": "John Wu <webmaster@leapoahead.com> (https://github.com/tjwudi)",
"license": "MIT",
"bugs": {
"url": "https://github.com/tjwudi/hexo-generator-api/issues"
},
"homepage": "https://github.com/tjwudi/hexo-generator-api",
"dependencies": {
"lodash": "^3.10.1"
},
"devDependencies": {
"code": "^1.5.0",
"coveralls": "^2.11.6",
"hexo": "^3.1.1",
"lab": "^2.6.0"
}
}