cryptalk/package.json

31 lines
544 B
JSON

{
"name" : "cryptalk",
"version" : "0.0.0",
"description" : "Encrypted instant chat",
"main" : "server.js",
"keywords": [
"cryptalk",
"fandango",
"crypto-js",
"AES",
"secure",
"html5"
],
"author": "Hexagon <Hexagon@GitHub>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/Hexagon/node-telldus.git"
},
"dependencies": {
"node-uuid": ">= 1.4.1",
"express.io": ">= 1.1.13"
},
"os": [
"darwin",
"linux",
"win32"
],
"devDependencies": {}
}