forked from tomterl/metalsmith-convert
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 904 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": "metalsmith-convert",
"version": "0.3.5",
"description": "Metalsmith plugin for converting images between file formats",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/tomterl/metalsmith-convert/issues"
},
"homepage": "https://github.com/tomterl/metalsmith-convert",
"repository": {
"type": "git",
"url": "git://github.com/tomterl/metalsmith-convert.git"
},
"main": "lib/index.js",
"scripts": {
"test": "node_modules/.bin/mocha --reporter spec --slow 300"
},
"author": {
"name": "Tom Regner",
"email": "[email protected]"
},
"license": "MIT",
"dependencies": {
"debug": "^0.8.1",
"jimp": "^0.2.28",
"minimatch": "^1.0.0"
},
"devDependencies": {
"assert-dir-equal": "^1.0.1",
"image-size": "^0.3.5",
"metalsmith": "^0.7.0",
"metalsmith-collections": "^0.4.0",
"mocha": "^3.1.2"
}
}