Merge d4ff148149f2fa0e250a3c0eda95175c9b96feb3 into 08c1f6599a1412b145c7bf645a1f28c14db12742

This commit is contained in:
Konrad 2019-02-03 10:42:04 +00:00 committed by GitHub
commit 47562b42de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

24
package.json Normal file
View File

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