cryptalk/package.json

39 lines
732 B
JSON
Raw Normal View History

2014-09-24 06:23:07 -04:00
{
"name" : "cryptalk",
"version" : "0.0.0",
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,
"preferGlobal": false,
"private": true,
2014-09-24 06:23:07 -04:00
"keywords": [
"cryptalk",
"fandango",
"crypto-js",
"AES",
"secure",
"html5"
],
"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
},
"dependencies": {
"node-uuid": ">= 1.4.1",
"express.io": ">= 1.1.13"
},
"os": [
"darwin",
"linux",
"win32"
],
"devDependencies": {}
}