-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 979 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 979 Bytes
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
{
"name": "web_development",
"version": "0.0.0",
"description": "To install the packages run.",
"main": "server.js",
"dependencies": {
"account": "~1.0.0",
"connect-mongo": "^0.8.2",
"connect-redis": "^2.5.1",
"cookie-parser": "^1.4.0",
"ejs": "~2.3.4",
"express": "^4.13.3",
"express-handlebars": "^2.0.1",
"express-session": "^1.11.3",
"formidable": "^1.0.17",
"handlebars": "^4.0.4",
"instagram-node": "^0.5.8",
"mongodb": "^2.0.49",
"nodemon": "~1.7.1",
"url": "^0.11.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/elenberg/WebDevelopment.git"
},
"author": "",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/elenberg/WebDevelopment/issues"
},
"homepage": "https://github.com/elenberg/WebDevelopment#readme"
}