Create package.json
This commit is contained in:
parent
672e84a1b4
commit
7c34f1c26f
|
@ -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": {}
|
||||
}
|
Loading…
Reference in New Issue