42 lines
781 B
JSON
42 lines
781 B
JSON
{
|
|
"name" : "cryptalk",
|
|
"version" : "1.1.8",
|
|
"description" : "Encrypted HTML5/Node.JS instant chat",
|
|
"main" : "server.js",
|
|
"subdomain": "cryptalk",
|
|
"analyze": true,
|
|
"preferGlobal": true,
|
|
"private": false,
|
|
"keywords": [
|
|
"cryptalk",
|
|
"fandango",
|
|
"crypto-js",
|
|
"AES",
|
|
"secure",
|
|
"html5",
|
|
"encryption",
|
|
"privacy"
|
|
],
|
|
"author": "Hexagon <Hexagon@GitHub>",
|
|
"contributors": [{
|
|
"name": "Pehr Boman",
|
|
"email": "unkelpehr@gmail.com"
|
|
}],
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/Hexagon/cryptalk.git"
|
|
},
|
|
"bin" : "./server.js",
|
|
"dependencies": {
|
|
"express": "4.13.3",
|
|
"socket.io": "1.3.7"
|
|
},
|
|
"os": [
|
|
"darwin",
|
|
"linux",
|
|
"win32"
|
|
],
|
|
"devDependencies": {}
|
|
}
|