hson
Version:
json compatible html friendly format compiler
26 lines (25 loc) • 522 B
JSON
{
"name": "hson",
"version": "0.0.2",
"description": "json compatible html friendly format compiler",
"main": "parseHSON.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Daniel Calligaro <dancalligaro@gmail.com>",
"license": "MIT",
"dependencies": {
"lex": "^1.7.6"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git@github.com:dancalligaro/hson.git"
},
"keywords": [
"hson",
"to",
"json",
"compiler"
]
}