forked from OperationProjectProject/OPP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.09 KB
/
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
37
38
{
"name": "backbone-issue-tracker",
"version": "1.0.0",
"description": "This is the skeleton of our capstone project",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/portlandcodeschool-jsi/backbone-issue-tracker.git"
},
"author": "Matt Kelley, Adam Taitano, Patrick Harry",
"license": "ISC",
"bugs": {
"url": "https://github.com/portlandcodeschool-jsi/backbone-issue-tracker/issues"
},
"homepage": "https://github.com/portlandcodeschool-jsi/backbone-issue-tracker#readme",
"dependencies": {
"body-parser": "^1.14.1",
"cookie-parser": "^1.4.0",
"express": "^4.13.3",
"express-partials": "^0.3.0",
"express-session": "^1.12.0",
"hbs": "^3.1.1",
"method-override": "^2.3.5",
"mocha": "^2.3.3",
"morgan": "^1.6.1",
"orchestrate": "^0.5.1",
"passport": "^0.3.0",
"passport-github2": "^0.1.9",
"pg": "^4.4.2",
"really-need": "^1.6.3",
"supertest": "^1.1.0",
"util": "^0.10.3"
}
}