From 2e93754ba1f6e36ac76e0e82bf5d442af082f4c3 Mon Sep 17 00:00:00 2001 From: Antonio Laguna Date: Tue, 24 Jan 2017 15:04:15 +0100 Subject: [PATCH] Adding package.json --- package.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..fdbc19b --- /dev/null +++ b/package.json @@ -0,0 +1,21 @@ +{ + "name": "webslides", + "version": "0.0.1", + "description": "Making HTML presentations easy", + "main": "index.js", + "repository": { + "type": "git", + "url": "git+https://github.com/jlantunez/webslides.git" + }, + "keywords": [ + "webslides", + "presentation", + "css" + ], + "author": "jlantunez", + "license": "MIT", + "bugs": { + "url": "https://github.com/jlantunez/webslides/issues" + }, + "homepage": "https://github.com/jlantunez/webslides#readme" +}