-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 972 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
31
32
33
34
35
36
{
"name": "todo-tracker",
"version": "1.0.0",
"description": "Unit 2 Project for GA - WDI. A simple trello clone to practice CRUD with MongoDB, Express.js and Node.js",
"main": "server.js",
"dependencies": {
"bcrypt": "^1.0.2",
"body-parser": "^1.16.0",
"express": "^4.14.0",
"express-session": "^1.15.0",
"hbs": "^4.0.1",
"method-override": "^2.3.7",
"moment": "^2.17.1",
"mongoose": "^4.7.8",
"morgan": "^1.7.0",
"pryjs": "^1.0.3"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/currymich/todo-tracker.git"
},
"engines": {
"node": "6.9.1"
},
"author": "Mike Curry (/currymich)",
"license": "ISC",
"bugs": {
"url": "https://github.com/currymich/todo-tracker/issues"
},
"homepage": "https://github.com/currymich/todo-tracker#readme"
}