| { |
| "author": { |
| "email": "mail@substack.net", |
| "name": "James Halliday", |
| "url": "http://substack.net" |
| }, |
| "bugs": { |
| "url": "https://github.com/substack/node-ent/issues" |
| }, |
| "bundleDependencies": false, |
| "deprecated": false, |
| "description": "Encode and decode HTML entities", |
| "devDependencies": { |
| "tape": "~2.3.2" |
| }, |
| "homepage": "https://github.com/substack/node-ent#readme", |
| "keywords": [ |
| "entities", |
| "entitify", |
| "entity", |
| "html", |
| "encode", |
| "decode" |
| ], |
| "license": "MIT", |
| "main": "./index.js", |
| "name": "ent", |
| "repository": { |
| "type": "git", |
| "url": "git+https://github.com/substack/node-ent.git" |
| }, |
| "scripts": { |
| "prepublish": "node build/index.js", |
| "test": "tape test/*.js" |
| }, |
| "testling": { |
| "browsers": [ |
| "ie/6..latest", |
| "ff/3.5", |
| "ff/latest", |
| "chrome/10", |
| "chrome/latest", |
| "safari/latest", |
| "opera/latest" |
| ], |
| "files": "test/*.js" |
| }, |
| "version": "2.2.0" |
| } |