google-caja
Version:
Node wrapper for the Google Caja HTML/CSS sanitizer
26 lines (25 loc) • 470 B
JSON
{
"name": "google-caja",
"version": "0.0.2",
"description": "Node wrapper for the Google Caja HTML/CSS sanitizer",
"main": "sanitizer.js",
"scripts": {
"test": "tap ./test"
},
"repository": {
"type": "git",
"url": "github.com/kumobuta/node-google-caja"
},
"keywords": [
"caja",
"css",
"google",
"html",
"sanitizer"
],
"author": "Simon Ho",
"license": "Apache 2.0",
"devDependencies": {
"tap": "~0.4.2"
}
}