mirror of
https://github.com/blasten/turn.js.git
synced 2025-09-16 08:29:45 +08:00
Create package.json
Created package.json to use repository as NPM dependency.
This commit is contained in:
parent
08c1f6599a
commit
d94511192b
19
package.json
Normal file
19
package.json
Normal 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"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user