Add package.json

This commit is contained in:
Andrea Gherardi 2016-12-20 17:12:06 +01:00
parent 08c1f6599a
commit dbeef69195
2 changed files with 9 additions and 0 deletions

View File

9
package.json Normal file
View File

@ -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 <a.gherardi@cantierecreativo.net>",
"license": "MIT"
}