-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
51 lines (51 loc) · 1.19 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "ihave.to",
"description": "Catch ideas. As they come and let them grow with your team in real time",
"version": "0.10.3",
"author": {
"name": "Bernhard Behrendt",
"email": "[email protected]"
},
"scripts": {
"postinstall": "mkdir ./upload && mkdir ./boards && chmod 777 ./upload && chmod 777 ./boards && chmod -R 777 ./public && chmod -R 777 ./server",
"start": "node server.js",
"develop": ""
},
"license": "MIT",
"preferGlobal": true,
"dependencies": {
"formidable": "*",
"express": "*",
"body-parser": "*",
"gm": "*",
"mime": "*",
"socket.io": "*",
"clrlog": "*"
},
"keywords": [
"memo",
"board",
"real time",
"collaborate",
"aes",
"to do",
"task",
"manager",
"clientside encryption"
],
"repository": {
"type": "git",
"url": "git://github.com/BernhardBezdek/ihave.to.git"
},
"bin": {
"ihaveto": "./bin/ihaveto"
},
"engines": {
"node": ">= 0.8.0"
},
"readmeFilename": "https://github.com/BernhardBezdek/ihave.to/blob/master/README.md",
"bugs": {
"url": "https://github.com/BernhardBezdek/ihave.to/issues"
},
"homepage": "http://www.ihave.to"
}