-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 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
44
45
46
47
48
49
50
51
{
"name": "ts-useful",
"version": "1.1.37",
"description": "Functions for animation, color transitions, ecliptic, bezier, decasteljau, curves, three dimensional curves, smooth scrolling, random range, randomItem, mobius index, vectors, physics vectors, and easing.",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/SansDeus/useful.git"
},
"scripts": {
"del": "del-cli dist/lib/**",
"compile": "tsc && tsc --build tsconfig.es2020.json",
"clean": "npm run del && npm run compile",
"full": "npm run clean"
},
"keywords": [
"Animate",
"Bezier",
"Boids",
"Clamp",
"Clamp angle",
"Clamp radian",
"Colors",
"Curve",
"Decasteljau",
"Easing",
"Ellipse",
"Eliptic",
"Lerp",
"Mobius",
"Random color",
"Random item",
"Random range",
"Smooth scrolling",
"Sorting",
"Swipe",
"Fake 3D",
"Library",
"Vectors",
"Gravitational attraction",
"Physics",
"Utilities",
"WeylRnd"
],
"author": "Aaron Edwards",
"license": "MIT",
"devDependencies": {
"del-cli": "^5.0.0",
"typescript": "^4.3.5"
}
}