From dbeef69195963e0c7a0a1e9dca3abe7af73d6f39 Mon Sep 17 00:00:00 2001 From: Andrea Gherardi Date: Tue, 20 Dec 2016 17:12:06 +0100 Subject: [PATCH] Add package.json --- turn.js => index.js | 0 package.json | 9 +++++++++ 2 files changed, 9 insertions(+) rename turn.js => index.js (100%) create mode 100644 package.json diff --git a/turn.js b/index.js similarity index 100% rename from turn.js rename to index.js diff --git a/package.json b/package.json new file mode 100644 index 0000000..ac6790c --- /dev/null +++ b/package.json @@ -0,0 +1,9 @@ +{ + "name": "turn.js", + "version": "1.0.0", + "description": "Web page flipper", + "main": "index.js", + "repository": "https://github.com/igghera/turn.js.git", + "author": "Andrea Gherardi ", + "license": "MIT" +}