UNPKG

577 BJSONView Raw
1{
2 "name": "htmlescape",
3 "version": "0.0.1",
4 "description": "htmlescape",
5 "keywords": [
6 "escape",
7 "encoding",
8 "html",
9 "json",
10 "template"
11 ],
12 "homepage": "https://github.com/zertosh/htmlescape",
13 "licence": "MIT",
14 "author": "Andres Suarez <zertosh@gmail.com>",
15 "main": "htmlescape.js",
16 "repository": {
17 "type": "git",
18 "url": "git://github.com/zertosh/htmlescape.git"
19 },
20 "scripts": {
21 "test": "tape test/*.js"
22 },
23 "dependencies": {},
24 "devDependencies": {
25 "tape": "^3.0.0"
26 },
27 "engines": {
28 "node": ">=0.10"
29 }
30}