xguest/iso_9_js

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "iso_9",
  "version": "1.0.4",
  "description": "Forward and reverse transliteration according to ISO 9 or ISO 9: 1995 or GOST 7.79-2000 system of A and B",
  "homepage": "https://github.com/xguest/iso_9_js/",
  "main": "translit.js",
  "author": {
    "name": "xguest",
    "email": "xguest@list.ru"
  },
  "keywords": [
    "javascript",
    "translit",
    "iso9",
    "ISO 9:1995",
    "GOST 7.79-2000"
  ],
  "bugs": {
    "url": "https://github.com/xguest/iso_9_js/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/xguest/iso_9_js.git"
  },
  "devDependencies": {
    "coveralls": "^2.11.9",
    "jscoverage": "^0.6.0",
    "mocha": "^2.4.5",
    "mocha-lcov-reporter": "1.2.0"
  },
  "license": "GPL-3.0",
  "readmeFilename": "README.md",
  "scripts": {
    "test": "mocha --reporter spec --bail test/*.js",
    "test-cov": "jscoverage translit.js translit-cov.js &&set NPM_COV=1 &&mocha -R html-cov > coverage.html&&set NPM_COV="
  }
}