mirror of
https://github.com/vale981/metalsmith-multi-language
synced 2025-03-04 09:01:38 -05:00
36 lines
836 B
JSON
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"
|
|
}
|
|
}
|