Create package.json

This commit is contained in:
Robin Nilsson 2014-09-24 12:23:07 +02:00
parent 672e84a1b4
commit 7c34f1c26f
1 changed files with 30 additions and 0 deletions

30
package.json Normal file
View File

@ -0,0 +1,30 @@
{
"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": {}
}