webmaker-i18n
Version:
Webmaker Localization Components for node.js and the browser
30 lines (29 loc) • 672 B
JSON
{
"name": "webmaker-i18n",
"version": "0.3.32",
"description": "Webmaker Localization Components for node.js and the browser",
"main": "./i18n.js",
"repository": {
"type": "git",
"url": "https://github.com/mozilla/node-webmaker-i18n.git"
},
"keywords": [
"webmaker"
],
"dependencies": {
"langmap": "latest",
"lodash": "2.2.1"
},
"devDependencies": {
"mocha": "~1.15.1",
"should": "~2.1.1",
"superagent": "~0.15.7",
"supertest": "0.11.0",
"express": "~3.2.0"
},
"scripts": {
"test": "mocha --reporter spec tests"
},
"author": "The Webmaker Team <webmaker-dev@mozilla.org>",
"license": "MPL-2.0"
}