forked from hexojs/hexo-deployer-heroku
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.03 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
{
"name": "hexo-deployer-heroku",
"version": "0.1.2",
"description": "Heroku deployer plugin of Hexo.",
"main": "index",
"scripts": {
"eslint": "eslint .",
"jscs": "jscs .",
"test": "mocha test/index.js",
"test-cov": "istanbul cover --print both _mocha -- test/index.js"
},
"directories": {
"lib": "./lib"
},
"repository": "hexojs/hexo-deployer-heroku",
"homepage": "https://hexo.io/",
"keywords": [
"hexo",
"heroku",
"deploy",
"deployer"
],
"author": "Tommy Chen <[email protected]> (http://zespia.tw)",
"maintainers": [
"Abner Chou <[email protected]> (http://abnerchou.me)"
],
"license": "MIT",
"devDependencies": {
"bluebird": "^3.4.0",
"chai": "^3.5.0",
"eslint": "^2.12.0",
"eslint-config-hexo": "^1.0.3",
"istanbul": "^0.4.3",
"jscs": "^3.0.4",
"jscs-preset-hexo": "^1.0.1",
"mocha": "^2.5.3"
},
"dependencies": {
"chalk": "^1.1.3",
"hexo-fs": "^0.2.0",
"hexo-util": "^0.6.0",
"moment": "^2.13.0",
"swig": "^1.4.2"
}
}