blackhighlighter
Version:
Client and server for widget implementing secure and committed web redaction
48 lines (47 loc) • 1.34 kB
JSON
{
"_comment_ThisFileFormatDescription": "http://browsenpm.org/package.json",
"_comment_JsonSucksForCommentingConfigs": "http://stackoverflow.com/questions/244777/",
"name": "blackhighlighter",
"preferGlobal": "false",
"version": "0.10.1",
"author": "Brian Dickens <brian@hostilefork.com>",
"description": "Client and server for widget implementing secure and committed web redaction",
"repository": {
"type": "git",
"url": "https://github.com/hostilefork/blackhighlighter.git"
},
"keywords": [
"server",
"cryptography",
"redaction",
"transparency",
"accountability"
],
"dependencies": {
"requirejs": "2.2.0",
"body-parser": "1.15.0",
"express": ">=3.0.0",
"mongodb": "5.5.0",
"underscore": "1.8.3",
"q": "1.4.1"
},
"noAnalyze": true,
"devDependencies": {
"test": ">=0.0.5"
},
"bundleDependencies": [],
"license": "AGPL",
"engines": {
"node": "0.10.x"
},
"scripts": {
"test": "node test/all.js"
},
"_comment_BewareHidden.IgnoreFiles": "https://github.com/jrburke/requirejs/issues/541",
"files": [
"index.js",
"blackhighlighter.js",
"jquery-fake.js",
"jquery-blackhighlighter"
]
}