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" +}