forked from CunningCoders/LinkedList
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 823 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": "linkedlist",
"version": "1.0.0",
"description": "Platform for dev-to-dev collaboration.",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CunningCoders/LinkedList.git"
},
"author": "CunningCoders [https://github.com/CunningCoders]",
"license": "ISC",
"bugs": {
"url": "https://github.com/CunningCoders/LinkedList/issues"
},
"homepage": "https://github.com/CunningCoders/LinkedList#readme",
"dependencies": {
"body-parser": "^1.13.2",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.3.5",
"express": "^4.13.1",
"express-session": "^1.11.3",
"morgan": "^1.6.1",
"passport": "^0.2.2",
"pg": "^4.4.0",
"underscore": "^1.8.3"
}
}