-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.11 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
{
"name": "vitcmun17-chit-passing-application",
"version": "1.0.0",
"description": "The chit passing application used in VITCMUN 2017.",
"main": "app.js",
"scripts": {
"test": "node app.js",
"db": "node ./lib/files/unscdb",
"build": "babel src -d lib",
"start": "node ./lib/app"
},
"repository": {
"type": "git",
"url": "git+https://github.com/krshubham/MUN-chat.git"
},
"keywords": [
"krshubham",
"VITCMUN2017",
"MUN",
"Chit passing"
],
"author": "krshubham",
"license": "MIT",
"bugs": {
"url": "https://github.com/krshubham/MUN-chat/issues"
},
"homepage": "https://github.com/krshubham/MUN-chat#readme",
"dependencies": {
"body-parser": "^1.15.2",
"express": "^4.14.0",
"jsonwebtoken": "^7.2.1",
"mongodb": "^2.2.19",
"morgan": "^1.7.0",
"mustache-express": "^1.2.2",
"nodemon": "^1.11.0",
"socket.io": "^1.5.0",
"validator": "^6.2.1",
"xss": "^0.3.3"
},
"devDependencies": {
"babel-cli": "^6.24.0",
"babel-core": "^6.24.0",
"babel-preset-env": "^1.2.2",
"babel-preset-latest": "^6.24.0"
}
}