mirror of
https://github.com/blasten/turn.js.git
synced 2025-10-08 16:20:00 +08:00
20 lines
481 B
JSON
20 lines
481 B
JSON
{
|
|
"name": "turn.js",
|
|
"description": "The page flip effect for HTML5",
|
|
"author": "Neo Wei Lin <weilinneo@gmail.com>",
|
|
"version": "1.0.0",
|
|
"homepage": "https://github.com/weilinneo",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/weilinneo/turn.js"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/weilinneo/turn.js/issues"
|
|
},
|
|
"main": "turn.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"license": "ISC"
|
|
}
|