The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
{
  "name": "entities",
  "version": "1.0.0",
  "description": "Encode & decode XML/HTML entities with ease",
  "author": {
    "name": "Felix Boehm",
    "email": "me@feedic.com"
  },
  "keywords": [
    "html",
    "xml",
    "entity",
    "encoding"
  ],
  "main": "./index.js",
  "directories": {
    "test": "test"
  },
  "devDependencies": {
    "mocha": "1",
    "mocha-lcov-reporter": "*",
    "coveralls": "*",
    "istanbul": "*",
    "jshint": "2"
  },
  "scripts": {
    "test": "mocha && npm run lint",
    "lint": "jshint index.js lib/*.js test/*.js",
    "lcov": "istanbul cover _mocha --report lcovonly -- -R spec",
    "coveralls": "npm run lint && npm run lcov && (cat coverage/lcov.info | coveralls || exit 0)"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/fb55/node-entities.git"
  },
  "license": "BSD-like",
  "jshintConfig": {
    "eqeqeq": true,
    "freeze": true,
    "latedef": "nofunc",
    "noarg": true,
    "nonbsp": true,
    "quotmark": "double",
    "undef": true,
    "unused": true,
    "trailing": true,
    "eqnull": true,
    "proto": true,
    "smarttabs": true,
    "node": true,
    "globals": {
      "describe": true,
      "it": true
    }
  },
  "bugs": {
    "url": "https://github.com/fb55/node-entities/issues"
  },
  "homepage": "https://github.com/fb55/node-entities",
  "_id": "entities@1.0.0",
  "dist": {
    "shasum": "b2987aa3821347fcde642b24fdfc9e4fb712bf26",
    "tarball": "http://registry.npmjs.org/entities/-/entities-1.0.0.tgz"
  },
  "_from": "entities@1.0",
  "_npmVersion": "1.4.4",
  "_npmUser": {
    "name": "feedic",
    "email": "me@feedic.com"
  },
  "maintainers": [
    {
      "name": "feedic",
      "email": "me@feedic.com"
    }
  ],
  "_shasum": "b2987aa3821347fcde642b24fdfc9e4fb712bf26",
  "_resolved": "https://registry.npmjs.org/entities/-/entities-1.0.0.tgz",
  "readme": "ERROR: No README data found!"
}