metalsmith-multi-language/package.json
2017-09-21 11:12:50 +02:00

36 lines
836 B
JSON

{
"name": "metalsmith-multi-language",
"version": "0.3.0",
"description": "Create multi-language websites in Metalsmith",
"homepage": "https://github.com/doup/metalsmith-multi-language#readme",
"author": "doup <asier@illarra.com>",
"license": "MIT",
"keywords": [
"metalsmith",
"multi-language",
"i18n",
"translate",
"locale",
"localize",
"l10n"
],
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/doup/metalsmith-multi-language.git"
},
"bugs": {
"url": "https://github.com/doup/metalsmith-multi-language/issues"
},
"dependencies": {
"deepmerge": "^1.5.1"
},
"devDependencies": {
"chai": "^3.0.0",
"metalsmith": "^1.7.0",
"mocha": "^2.2.5"
},
"scripts": {
"test": "mocha --ui bdd --reporter spec"
}
}