commit 4f25657f8d65dcb082128477c9dcc2d1734b84fc Author: Matt Huntington Date: Sat Aug 13 14:50:21 2016 -0400 npm init diff --git a/package.json b/package.json new file mode 100644 index 0000000..a38124c --- /dev/null +++ b/package.json @@ -0,0 +1,19 @@ +{ + "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" +}