forked from hexojs/hexo-deployer-heroku
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 975 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
36
37
38
39
40
41
42
43
44
45
{
"name": "hexo-deployer-heroku",
"version": "0.0.3",
"description": "Heroku deployer plugin of Hexo.",
"main": "index",
"scripts": {
"test": "gulp test"
},
"directories": {
"lib": "./lib"
},
"engines": {
"node": ">= 0.10.0"
},
"repository": "hexojs/hexo-deployer-heroku",
"homepage": "http://hexo.io/",
"keywords": [
"hexo",
"heroku",
"deploy",
"deployer"
],
"author": "Tommy Chen <[email protected]> (http://zespia.tw)",
"license": "MIT",
"devDependencies": {
"bluebird": "^2.9.1",
"chai": "^1.9.1",
"coveralls": "^2.11.2",
"gulp": "^3.8.9",
"gulp-istanbul": "^0.5.0",
"gulp-jshint": "^1.8.6",
"gulp-load-plugins": "^0.8.0",
"gulp-mocha": "^2.0.0",
"jshint-stylish": "^1.0.0",
"mocha": "^2.0.1",
"rimraf": "^2.2.8"
},
"dependencies": {
"chalk": "^0.5.1",
"hexo-fs": "^0.1.0",
"hexo-util": "^0.1.0",
"moment": "^2.9.0",
"swig": "^1.4.2"
}
}