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

23 lines
543 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": {
"express": "^4.14.0"
}
}