From 4f25657f8d65dcb082128477c9dcc2d1734b84fc Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Sat, 13 Aug 2016 14:50:21 -0400 Subject: [PATCH] npm init --- package.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 package.json 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" +}