forked from cheekujodhpur/ipho2015
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.13 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
{
"name": "ipho2015",
"version": "1.0.0",
"description": "Server for Jury meetings",
"main": "server.js",
"directories": {
"doc": "doc"
},
"dependencies": {
"body-parser": "^1.10.2",
"connect-multiparty": "^1.2.5",
"express": "^4.11.1",
"fs": "^0.0.2",
"fs-extra": "^0.16.3",
"http-auth": "^2.2.5",
"json": "^9.0.3",
"json-middleware": "^1.0.2",
"log-timestamp": "^0.1.2",
"middleware": "^1.0.0",
"mongodb": "^1.4.29",
"multer": "^0.1.7",
"multipart": "^0.1.5",
"mysql": "^2.0.0-alpha3",
"node-mysql": "^0.4.2",
"passport": "^0.2.1",
"passport-local": "^1.0.0",
"serve-index": "^1.6.1",
"serve-static": "^1.8.1",
"socket.io": "^1.3.3",
"urlencode": "^0.2.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "[email protected]:~/ipho2015/"
},
"keywords": [
"IPhO",
"2015",
"India",
"Physics",
"Olympiads"
],
"author": "Kumar Ayush, Sandesh Kalantre, Sharad Mirani",
"license": "MIT"
}