Create package.json

Created package.json to use repository as NPM dependency.
This commit is contained in:
weilinneo 2023-07-11 02:51:28 +08:00 committed by GitHub
parent 08c1f6599a
commit d94511192b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

19
package.json Normal file
View File

@ -0,0 +1,19 @@
{
"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"
}