From d94511192be0cff94c7579bb1ddd2a0420504410 Mon Sep 17 00:00:00 2001 From: weilinneo <51201569+weilinneo@users.noreply.github.com> Date: Tue, 11 Jul 2023 02:51:28 +0800 Subject: [PATCH] Create package.json Created package.json to use repository as NPM dependency. --- package.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..1ac345c --- /dev/null +++ b/package.json @@ -0,0 +1,19 @@ +{ + "name": "turn.js", + "description": "The page flip effect for HTML5", + "author": "Neo Wei Lin ", + "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" +}