metalsmith-s3
Version:
A Metalsmith.io plugin to integrate with AWS S3
43 lines (42 loc) • 987 B
JSON
{
"name": "metalsmith-s3",
"version": "0.1.0",
"description": "A Metalsmith.io plugin to integrate with AWS S3",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/mwishek/metalsmith-s3"
},
"keywords": [
"package",
"Metalsmith.io",
"S3",
"Amazon",
"AWS"
],
"author": "Matthew Wishek",
"license": "MIT",
"bugs": {
"url": "https://github.com/mwishek/metalsmith-s3/issues"
},
"homepage": "https://github.com/mwishek/metalsmith-s3",
"dependencies": {
"async": "^0.9.0",
"aws-sdk": "^2.1.7",
"debug": "^1.0.4",
"front-matter": "^0.2.1",
"mime": "^1.2.11",
"mime-types": "^2.0.7",
"underscore": "^1.6.0"
},
"devDependencies": {
"assert-dir-equal": "0.0.1",
"handlebars": "^2.0.0-alpha.4",
"metalsmith": "^0.9.0",
"metalsmith-templates": "^0.5.2",
"mocha": "^1.21.3"
}
}