UNPKG

activerules-locale-files

Version:

Used to define which locale files are checked for localization values

42 lines (41 loc) 1.04 kB
{ "name": "activerules-locale-files", "version": "0.1.3", "description": "Used to define which locale files are checked for localization values", "main": "index.js", "directories": { "test": "Test files used by Mocha and run from `npm test`" }, "scripts": { "test": "nyc --reporter=text mocha", "coverage": "nyc report --reporter=text-lcov | coveralls" }, "repository": { "type": "git", "url": "git+https://github.com/bwinkers/activerules-locale-files.git" }, "keywords": [ "activerules", "locale", "i18n", "internationalization", "translation", "localization" ], "author": "Brian Winkers", "license": "ISC", "bugs": { "url": "https://github.com/bwinkers/activerules-locale-files/issues" }, "homepage": "https://github.com/bwinkers/activerules-locale-files#readme", "devDependencies": { "chai": "^4.1.1", "coveralls": "^2.13.1", "mocha": "^3.5.0", "nyc": "^11.1.0", "sinon": "^3.2.1" }, "dependencies": { "bluebird": "^3.5.0" } }