forked from icodebuster/transition.js
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 678 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 678 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "transition.js",
"version": "1.0.0",
"description": "A simple and elegant single page transition library.",
"main": "index.js",
"dependencies": {
"jquery": "~2.1.3"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mipaca/transition.js.git"
},
"keywords": [
"page-transition",
"page-animation",
"transition",
"animation"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/mipaca/transition.js/issues"
},
"homepage": "https://github.com/mipaca/transition.js#readme"
}