-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.1 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
{
"name": "hexo-thumbnails",
"version": "0.0.5",
"description": "hexo plugin to generate image thumbnails",
"main": "index.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha -R list",
"docs": "./node_modules/docker/docker -o ./docs -x .README.md,README.md,test,node_modules,notes,docs,.git",
"readme": "node ./node_modules/.bin/node-readme"
},
"repository": {
"type": "git",
"url": "[email protected]:leviwheatcroft/hexo-thumbnails.git"
},
"keywords": [
"hexo",
"thumbs",
"thumbnails"
],
"author": "Levi Wheatcroft <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/leviwheatcroft/hexo-thumbnails/issues"
},
"homepage": "http://leviwheatcroft.github.io/hexo-thumbnails/docs/index.js.html",
"dependencies": {
"debug": "^2.2.0",
"gm": "^1.22.0",
"lodash": "^4.11.1",
"vow": "^0.4.12"
},
"devDependencies": {
"docker": "^0.2.14",
"mocha": "^2.4.5",
"mocha-jshint": "^2.3.1",
"node-readme": "^0.1.9",
"unit.js": "^2.0.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
}
}