From d4ff148149f2fa0e250a3c0eda95175c9b96feb3 Mon Sep 17 00:00:00 2001 From: Instant Developer Date: Sun, 3 Feb 2019 04:40:49 -0600 Subject: [PATCH] added packages.json --- package.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..7712d8b --- /dev/null +++ b/package.json @@ -0,0 +1,24 @@ +{ + "name": "turn.js", + "version": "1.0.0", + "description": "The page flip effect for HTML5", + "main": "turn.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/blasten/turn.js.git" + }, + "keywords": [ + "flip", + "jquery", + "flipbook" + ], + "author": "blasten", + "license": "ISC", + "bugs": { + "url": "https://github.com/blasten/turn.js/issues" + }, + "homepage": "https://github.com/blasten/turn.js#readme" +}