From 42cf681156cee794596fd91235250608dbabb753 Mon Sep 17 00:00:00 2001 From: Jamie Popkin Date: Wed, 4 Mar 2015 19:46:02 -0800 Subject: [PATCH] Here is a somewhat complete package file so I can use this with browserify. --- 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 00000000..06c620a6 --- /dev/null +++ b/package.json @@ -0,0 +1,22 @@ +{ + "name": "deck-js", + "version": "1.0.0", + "description": "Modern HTML Presentations", + "main": "core/deck.core.js", + "directories": { + "test": "test" + }, + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "https://github.com/imakewebthings/deck.js.git" + }, + "author": "Caleb", + "license": "ISC", + "bugs": { + "url": "https://github.com/imakewebthings/deck.js/issues" + }, + "homepage": "https://github.com/imakewebthings/deck.js" +}