You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

46 lines
1.2 KiB

{
"name": "node-polyglot",
"version": "2.2.2",
"description": "Give your JavaScript the ability to speak many languages.",
"main": "index.js",
"scripts": {
"prepublish": "safe-publish-latest",
"pretest": "npm run --silent lint",
"test": "npm run --silent tests-only",
"tests-only": "mocha test/*.js --reporter spec",
"lint": "eslint *.js test/*.js",
"docs": "docco -o docs/ index.js"
},
"repository": {
"type": "git",
"url": "git://github.com/airbnb/polyglot.js.git"
},
"keywords": [
"i18n",
"internationalization",
"internationalisation",
"translation",
"interpolation",
"translate",
"polyglot"
],
"author": "Spike Brehm <spike@airbnb.com>",
"dependencies": {
"for-each": "^0.3.2",
"has": "^1.0.1",
"string.prototype.trim": "^1.1.2",
"warning": "^3.0.0"
},
"devDependencies": {
"chai": "^3.5.0",
"docco": "^0.7.0",
"eslint": "^3.12.2",
"eslint-config-airbnb-base": "^10.0.1",
"eslint-plugin-import": "^2.2.0",
"mocha": "^3.2.0",
"safe-publish-latest": "^1.1.1",
"should": "^11.1.2",
"uglify-js": "2.7.3"
},
"license": "BSD-2-Clause"
}