-
Notifications
You must be signed in to change notification settings - Fork 960
/
Copy pathpackage.json
43 lines (43 loc) · 1.07 KB
/
package.json
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
33
34
35
36
37
38
39
40
41
42
43
{
"name": "tweenjs",
"npmName": "tweenjs",
"version": "1.0.2",
"description": "TweenJS is a simple tweening library for use in Javascript. It was developed to integrate well with the EaselJS library, but is not dependent on or specific to it (though it uses the same Ticker and Event classes by default). It supports tweening of both numeric object properties & CSS style properties.",
"main": "lib/tweenjs.js",
"jsdelivr": "lib/tweenjs.min.js",
"directories": {
"doc": "docs",
"example": "examples",
"lib": "lib",
"test": "tests"
},
"npmFileMap": [
{
"basePath": "lib",
"files": [
"**/*"
]
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/CreateJS/TweenJS.git"
},
"keywords": [
"createjs",
"tweenjs",
"gskinner",
"javascript",
"html5",
"tween",
"motion",
"ease",
"animate"
],
"author": "gskinner.com, inc.",
"license": "MIT",
"bugs": {
"url": "https://github.com/CreateJS/TweenJS/issues"
},
"homepage": "https://createjs.com/tweenjs/"
}