-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 875 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
{
"name": "hexo-generator-cname3",
"version": "1.0.1",
"description": "CNAME file generator for hexo 3.0 blogs",
"main": "lib/index.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/bapti/hexo-generator-cname.git"
},
"keywords": [
"hexo",
"hexo-generator-cname",
"cname"
],
"author": "Neil Crawford <[email protected]> (https://github.com/bapti)",
"license": "MIT",
"bugs": {
"url": "https://github.com/bapti/hexo-generator-cname/issues"
},
"devDependencies": {
"coffee-script": "^1.9.0",
"del": "^1.1.1",
"gulp": "^3.8.10",
"gulp-bump": "^0.1.13",
"gulp-coffee": "^2.3.1",
"gulp-git": "^0.5.6",
"gulp-mocha": "^2.0.0",
"hexo": "^3.0.0",
"should": "^4.6.3"
},
"homepage": "https://github.com/bapti/hexo-generator-cname"
}