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.
SED-Stack/package.json

26 lines
621 B

{
"name": "sed-stack",
"version": "0.0.0",
"description": "Sequelize, Express, D3",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mahuntington/SED-Stack.git"
},
"author": "Matt Huntington",
"license": "ISC",
"bugs": {
"url": "https://github.com/mahuntington/SED-Stack/issues"
},
"homepage": "https://github.com/mahuntington/SED-Stack#readme",
"dependencies": {
"body-parser": "^1.15.2",
"express": "^4.14.0",
"pg": "^6.1.0",
"sequelize": "^3.24.0"
}
}