2014-09-24 06:23:07 -04:00
|
|
|
{
|
|
|
|
"name" : "cryptalk",
|
2017-01-23 16:29:23 -05:00
|
|
|
"version" : "1.1.16",
|
2014-09-24 06:27:05 -04:00
|
|
|
"description" : "Encrypted HTML5/Node.JS instant chat",
|
2014-09-24 06:23:07 -04:00
|
|
|
"main" : "server.js",
|
2014-09-24 06:27:05 -04:00
|
|
|
"subdomain": "cryptalk",
|
|
|
|
"analyze": true,
|
2014-09-25 07:08:34 -04:00
|
|
|
"preferGlobal": true,
|
2014-09-25 04:56:04 -04:00
|
|
|
"private": false,
|
2014-09-24 06:23:07 -04:00
|
|
|
"keywords": [
|
|
|
|
"cryptalk",
|
|
|
|
"fandango",
|
|
|
|
"crypto-js",
|
|
|
|
"AES",
|
|
|
|
"secure",
|
2016-01-03 19:34:16 -05:00
|
|
|
"html5",
|
|
|
|
"encryption",
|
|
|
|
"privacy"
|
2014-09-24 06:23:07 -04:00
|
|
|
],
|
|
|
|
"author": "Hexagon <Hexagon@GitHub>",
|
2014-09-24 06:27:05 -04:00
|
|
|
"contributors": [{
|
|
|
|
"name": "Pehr Boman",
|
|
|
|
"email": "unkelpehr@gmail.com"
|
|
|
|
}],
|
2014-09-24 06:23:07 -04:00
|
|
|
"license": "MIT",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2014-09-24 06:27:39 -04:00
|
|
|
"url": "git://github.com/Hexagon/cryptalk.git"
|
2014-09-24 06:23:07 -04:00
|
|
|
},
|
2014-09-25 07:02:22 -04:00
|
|
|
"bin" : "./server.js",
|
2014-09-24 06:23:07 -04:00
|
|
|
"dependencies": {
|
2017-01-17 17:52:55 -05:00
|
|
|
"node-static": "~0.7.9",
|
|
|
|
"socket.io": "~1.7.2"
|
2014-09-24 06:23:07 -04:00
|
|
|
},
|
|
|
|
"os": [
|
|
|
|
"darwin",
|
|
|
|
"linux",
|
|
|
|
"win32"
|
|
|
|
],
|
|
|
|
"devDependencies": {}
|
|
|
|
}
|