You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
689 B
30 lines
689 B
{
|
|
"name": "runs",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://mahuntington@github.com/mahuntington/runs.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/mahuntington/runs/issues"
|
|
},
|
|
"homepage": "https://github.com/mahuntington/runs#readme",
|
|
"dependencies": {
|
|
"bcrypt": "^0.8.7",
|
|
"body-parser": "^1.15.2",
|
|
"ejs": "^2.5.1",
|
|
"express": "^4.14.0",
|
|
"express-session": "^1.14.1",
|
|
"method-override": "^2.3.6",
|
|
"pg": "^6.1.0",
|
|
"sequelize": "^3.24.1"
|
|
}
|
|
}
|