-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
30 lines (30 loc) · 831 Bytes
/
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
{
"name": "thinkincognito",
"version": "1.0.0",
"description": "Think-Incognito\r ---------------\r You Think You Are Incognito? This Will PROVE You Wrong.",
"main": "index.js",
"scripts": {
"start": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+/~https://github.com/MadhavBahlMD/Think-Incognito.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "/~https://github.com/MadhavBahlMD/Think-Incognito/issues"
},
"homepage": "/~https://github.com/MadhavBahlMD/Think-Incognito#readme",
"dependencies": {
"body-parser": "^1.18.2",
"clientjs": "^0.1.11",
"express": "^4.16.2",
"hbs": "^4.0.1",
"mongoose": "^4.12.2",
"nodemon": "^1.12.1",
"path": "^0.12.7",
"socket.io": "^2.0.3"
}
}