-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1 KB
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
{
"name": "regl-tween",
"version": "1.1.2",
"description": "Automatically tween buffer data in regl",
"main": "index.js",
"scripts": {
"test": "semistandard && mocha",
"example": "budo example/lots-of-points"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mathisonian/regl-tween.git"
},
"keywords": [
"regl",
"animation",
"tween",
"webgl"
],
"browserify": {
"transform": [
"glslify"
]
},
"author": "Matthew Conlen",
"license": "MIT",
"bugs": {
"url": "https://github.com/mathisonian/regl-tween/issues"
},
"homepage": "https://github.com/mathisonian/regl-tween#readme",
"devDependencies": {
"budo": "^9.0.0",
"expect": "^1.20.2",
"gl": "^4.0.2",
"glslify": "^5.1.0",
"mocha": "^3.0.2",
"regl": "^1.0.0",
"semistandard": "^8.0.0"
},
"dependencies": {
"camelcase": "^3.0.0",
"eases": "^1.0.8",
"glsl-easings": "^1.0.0",
"lerp": "^1.0.3",
"strip-comments": "^0.3.4"
}
}