-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 894 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 894 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
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "image-even",
"version": "0.5.0",
"description": "image-even client.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"bin": "bin/image-even",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/fnobi/image-even.git"
},
"keywords": [
"cli"
],
"author": "Fujisawa Shin",
"license": "ISC",
"engines": {
"node": ">=4.0.0"
},
"dependencies": {
"async": "^1.5.0",
"colors": "0.6.*",
"glob": "6.0.*",
"gm": "1.21.*",
"gulp-util": "^3.0.7",
"lodash": "^4.16.2",
"optimist": "0.5.*",
"through2": "^2.0.1",
"vinyl": "^1.2.0"
},
"devDependencies": {
"chai": "1.6.*",
"grunt": "0.4.*",
"grunt-release": "0.13.*",
"mocha": "1.11.*"
},
"bugs": {
"url": "https://github.com/fnobi/image-even/issues"
},
"homepage": "https://github.com/fnobi/image-even#readme"
}