From 13db74c4afd361a4727707e431dafd4a0626826d Mon Sep 17 00:00:00 2001 From: Szymon Przybylski Date: Mon, 29 Jun 2015 13:26:27 +0200 Subject: [PATCH] initial entry --- package.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..8da021c --- /dev/null +++ b/package.json @@ -0,0 +1,22 @@ +{ + "name": "hackathon", + "version": "1.0.0", + "description": "The ReactEurope hackathon.", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "https://github.com/sprzybylski/hackathon.git" + }, + "author": "", + "license": "ISC", + "bugs": { + "url": "https://github.com/sprzybylski/hackathon/issues" + }, + "homepage": "https://github.com/sprzybylski/hackathon", + "dependencies": { + "react": "^0.13.3" + } +}