-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 958 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 958 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
30
31
32
{
"name": "prostyle",
"version": "1.2.0",
"description": "If you love the Greensock Animation Platform (GSAP) then you'll love ProStyle, too. ProStyle extends GSAP letting you craft timeline animations using an expressive, declarative JSON syntax. Plus, it has custom controllers and extensions. Want a trackbar controller? Just add one line of JSON. It automatically resizes to fit the display, too. Craft Rich Animations with Ease™",
"main": "/js/prostyle.min.js",
"repository": {
"type": "git",
"url": "https://github.com/ProGraphics/prostyle.js"
},
"keywords": [
"2D",
"3D",
"web",
"animation",
"css",
"css3",
"html5",
"greensock",
"gsap",
"greensock",
"json",
"timeline",
"tween",
"tweening",
"animate"
],
"author": "Gary Chamberlain <[email protected]>",
"bugs": {
"url": "https://github.com/ProGraphics/prostyle.js/issues"
},
"homepage": "https://prostyle.io"
}