-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.2 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.2 KB
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
{
"name": "mymos",
"version": "0.1.0",
"description": "An encrypted chat application",
"main": "index.js",
"scripts": {
"start": "node_modules/forever/bin/forever --minUptime 0ms -c node_modules/nodemon/bin/nodemon.js index.js --exitcrash",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/szekelyszilv/hackkings2015.git"
},
"keywords": [
"groupchat",
"encrypted",
"hackkings",
"privacy",
"security"
],
"author": "SomeRandomTeam",
"license": "MIT",
"bugs": {
"url": "https://github.com/szekelyszilv/hackkings2015/issues"
},
"homepage": "https://github.com/szekelyszilv/hackkings2015#readme",
"dependencies": {
"body-parser": "^1.14.1",
"consolidate": "^0.13.1",
"cookie-parser": "^1.4.0",
"dotenv": "^1.2.0",
"ejs": "^2.3.4",
"errorhandler": "^1.4.2",
"express": "^4.13.3",
"forever": "^0.15.1",
"htmling": "0.0.7",
"jade": "^1.11.0",
"lodash": "^3.10.1",
"messagebird": "^2.0.0",
"method-override": "^2.3.5",
"mongoose": "^4.3.1",
"morgan": "^1.6.1",
"multer": "^1.1.0",
"nodemon": "^1.8.1",
"pusher": "^1.0.6"
}
}