-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 845 Bytes
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 845 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
33
34
35
36
37
38
39
40
41
42
{
"name": "functional-easing",
"version": "1.0.10",
"description": "Abstracted functional easing provider, based on Penner's equations.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git@github.com:charlottegore/functional-easing"
},
"dependencies": {
"gm-is": "~1.2.2"
},
"keywords": [
"animation",
"easing",
"penner",
"functional",
"callback",
"abstract",
"generic",
"cubic",
"sinusoidal",
"circular",
"exponential",
"bounce",
"elastic",
"back",
"quad",
"quart",
"quint",
"browser"
],
"devDependencies": {
"chai": "~1.9.0",
"mocha": "^1.17.1"
},
"author": "Charlotte Gore <charlotte@greenmesa.co.uk>",
"license": "MIT",
"bugs": {
"url": "https://github.com/charlottegore/functional-easing/issues"
}
}