From 7fbb9cb4964543969e27e3795d37a99d7f52c419 Mon Sep 17 00:00:00 2001 From: Una Ma Date: Mon, 13 Jun 2016 02:59:05 +0800 Subject: [PATCH] create package.json --- package.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..d74ed08 --- /dev/null +++ b/package.json @@ -0,0 +1,18 @@ +{ + "name": "Camera", + "version": "1.3.4", + "description": "A jQuery slideshow with many effects, transitions, easy to customize, using canvas and mobile ready, based on jQuery 1.9.1+", + "filename": "scripts/camera.min.js", + "repository": { + "type": "git", + "url": "https://github.com/pixedelic/Camera.git" + }, + "keywords": [ + "slideshow", + "customize", + "canvas" + ], + "author": "Manuel Masia", + "license": "MIT", + "homepage": "http://www.pixedelic.com/plugins/camera/" +}