okunishinishi/node-textconv

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "textconv",
  "version": "3.0.2",
  "description": "Convert texts.",
  "main": "lib",
  "browser": "shim/browser",
  "scripts": {
    "test": "./ci/test.js",
    "prepublish": "./ci/build.js && ./ci/browser.js"
  },
  "repository": "okunishinishi/node-textconv",
  "keywords": [
    "convert",
    "text"
  ],
  "author": {
    "name": "Taka Okunishi",
    "email": "okunishitaka.com@gmail.com",
    "url": "http://okunishitaka.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/okunishinishi/node-textconv/issues"
  },
  "homepage": "https://github.com/okunishinishi/node-textconv#readme",
  "dependencies": {},
  "devDependencies": {
    "ababel": "^1.0.19",
    "ababel-es2015": "^1.0.2",
    "amocha": "^1.0.8",
    "ape-releasing": "^4.0.2",
    "ape-reporting": "^3.0.1",
    "ape-tasking": "^4.0.7",
    "ape-tmpl": "^5.0.14",
    "ape-updating": "^4.0.4",
    "coz": "^6.0.14",
    "injectmock": "^2.0.0"
  },
  "engines": {
    "node": ">=6",
    "npm": ">=3"
  }
}