{ "name": "htmlencode", "version": "0.0.4", "description": "Wrapped version of http://www.strictly-software.com/htmlencode", "main": "index.js", "scripts": { "test": "env mocha" }, "homepage": "https://github.com/danmactough/node-htmlencode", "repository" : { "type" : "git", "url" : "git://github.com/danmactough/node-htmlencode.git" }, "keywords": [ "html", "encode", "decode" ], "author": "Dan MacTough ", "license": "MIT", "devDependencies": { "mocha": "~1" }, "readmeFilename": "README.md", "directories": { "test": "test" }, "dependencies": {} }