31 lines
647 B
JSON
31 lines
647 B
JSON
{
|
|
"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 <danmactough@gmail.com>",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"mocha": "~1"
|
|
},
|
|
"readmeFilename": "README.md",
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dependencies": {}
|
|
}
|