UNPKG

translate-js

Version:

manage translations and localization with simple api

45 lines (44 loc) 1.38 kB
{ "name": "translate-js", "version": "1.3.0", "description": "manage translations and localization with simple api", "main": "src/translate.js", "license": "MIT", "author": "Damir Brekalo <dbrekalo@gmail.com>", "repository": { "type": "git", "url": "https://github.com/dbrekalo/translate-js" }, "keywords": [ "locale", "Language", "translate", "translations" ], "scripts": { "watch": "grunt", "build": "grunt build", "test": "mocha --reporter spec", "watch:test": "mocha --watch --reporter spec", "coverage": "istanbul cover _mocha -- -R spec", "coverageReport": "npm run coverage && open coverage/lcov-report/*.html", "coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage", "bump:patch": "grunt bump:patch", "bump:minor": "grunt bump:minor", "bump:major": "grunt bump:major" }, "devDependencies": { "chai": "^4.2.0", "coveralls": "^3.0.3", "grunt": "^1.0.4", "grunt-bump": "^0.8.0", "grunt-cli": "^1.3.2", "grunt-contrib-copy": "^1.0.0", "grunt-contrib-uglify": "^4.0.1", "grunt-contrib-watch": "^1.1.0", "grunt-eslint": "^21.0.0", "istanbul": "^0.4.5", "load-grunt-tasks": "^4.0.0", "mocha": "^6.1.4" } }