
README.md edited online with Bitbucket Add esdoc Upgraded dependencies Fixed dependencies in readme Fix description Fixed readme 0.1.0 config.env deleted online with Bitbucket
21 lines
572 B
JSON
21 lines
572 B
JSON
{
|
|
"name": "iso-countries-languages",
|
|
"version": "0.0.0",
|
|
"description": "ISO 639-1 languages and ISO 3166-1 countries translated in 89 languages",
|
|
"main": "./lib/iso-countries-languages.js",
|
|
"scripts": {
|
|
"build": "NODE_ENV=production webpack --progress"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://bitbucket.org/pinturic/iso-countries-languages"
|
|
},
|
|
"author": "Luca Tagliaferri",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"json-loader": "^0.5.4",
|
|
"lzstring-loader": "^0.2.0",
|
|
"webpack": "1.12.2"
|
|
},
|
|
"dependencies": {}
|
|
}
|