-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 784 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 784 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
{
"name": "filmWishList",
"version": "0.0.0",
"description": "Film wish list in Node and Mongo",
"main": "index.js",
"dependencies": {
"body-parser": "^1.10.2",
"connect-once": "^0.1.1",
"express": "^4.11.1",
"express-handlebars": "^1.1.0",
"express-session": "^1.10.1",
"mongodb": "^1.4.29",
"nodemon": "^1.3.5"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/dquilter/film-watch-list-prototype.git"
},
"author": "David Quilter",
"license": "ISC",
"bugs": {
"url": "https://github.com/dquilter/film-watch-list-prototype/issues"
},
"homepage": "https://github.com/dquilter/film-watch-list-prototype"
}