seventy-three/validate-json-locales

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "validate-json-locales",
  "version": "0.1.2",
  "description": "Validate locales files in JSON format.",
  "main": "index.js",
  "scripts": {
    "test": "mocha",
    "coverage": "istanbul cover _mocha",
    "lint": "jshint lib test index.js",
    "coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/seventy-three/validate-json-locales.git"
  },
  "keywords": [
    "validate",
    "locales",
    "JSON"
  ],
  "author": "Florian Sey <florian.sey@gmail.com> (http://florian-sey.fr)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/seventy-three/validate-json-locales/issues"
  },
  "homepage": "https://github.com/seventy-three/validate-json-locales#readme",
  "dependencies": {
    "lodash": "^4.6.1",
    "strip-bom": "^2.0.0"
  },
  "devDependencies": {
    "coveralls": "^2.11.8",
    "mocha": "^2.4.5"
  }
}