| { |
| "author": "James Halliday <mail@substack.net> (http://substack.net)", |
| "description": "Encode and decode HTML entities", |
| "devDependencies": { |
| "tape": "~2.3.2" |
| }, |
| "keywords": [ |
| "entities", |
| "entitify", |
| "entity", |
| "html", |
| "encode", |
| "decode" |
| ], |
| "license": "MIT", |
| "main": "./index.js", |
| "name": "ent", |
| "repository": "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" |
| } |