From 0e64ee6f33ec0a1cd8c0ddc36e6cd507d97e2f7e Mon Sep 17 00:00:00 2001 From: Emil Johansson Date: Sat, 14 Jul 2012 11:05:27 -0500 Subject: [PATCH] index ready index.html + package.json with some simple information --- index.html | 112 +++++++++++++++++++++++++++++++++++++++++++++++++++ package.json | 23 +++++++++++ 2 files changed, 135 insertions(+) create mode 100644 index.html create mode 100644 package.json diff --git a/index.html b/index.html new file mode 100644 index 0000000..fe074ee --- /dev/null +++ b/index.html @@ -0,0 +1,112 @@ + + + + + Kaffedags + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+ +
+ +
+
+
+ +
+ +
+ +
+
+ +
+ +
+ +
    + +
    + +
    + +
    + + + +
    +
    + + + diff --git a/package.json b/package.json new file mode 100644 index 0000000..f6648ea --- /dev/null +++ b/package.json @@ -0,0 +1,23 @@ +{ + "name": "Fika" + , "description": "This is a very simplistic app that enables you and your co-workers to arrange Fika meetings." + , "version": "1.0.1" + , "keywords": ["fika", "html", "css", "javascript", "coffee"] + , "homepage": "http://github.com/emiljohansson/Fika" + , "author": "Emil Johansson, Henrik Andersen" + , "scripts": {} + , "repository": { + "type": "git" + , "url": "" + } + , "licenses": [ + { + "type": "" + , "url": "" + } + ] + , "devDependencies": { + "jquery": "1.7.1" + , "emiljohansson": "0.0.5" + } +} \ No newline at end of file