Hhertz/node_modules/htmlencode/package.json
2025-07-31 23:47:20 +03:00

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": {}
}