-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.07 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.07 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
{
"name": "connexion",
"version": "1.0.0",
"description": "A social web app to connect like minded people",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Qartks89/Connexion.git"
},
"author": "Kartikeya & Vineeth",
"license": "ISC",
"bugs": {
"url": "https://github.com/Qartks89/Connexion/issues"
},
"homepage": "https://github.com/Qartks89/Connexion#readme",
"dependencies": {
"angular": "^1.5.8",
"angular-animate": "^1.5.8",
"angular-aria": "^1.5.8",
"angular-input-stars": "^1.5.5",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.15.2",
"bootstrap": "^3.3.7",
"cookie-parser": "^1.4.3",
"express": "^4.14.0",
"express-session": "^1.14.2",
"install": "^0.8.2",
"mongoose": "^4.6.5",
"multer": "^1.2.0",
"oauth": "^0.9.14",
"passport": "^0.3.2",
"passport-facebook": "^2.1.1",
"passport-local": "^1.0.0",
"passport-twitter": "^1.0.4"
}
}