forked from Experience-Monks/ie-css-transform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 885 Bytes
/
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
{
"name": "ie-css-transform",
"version": "1.0.1",
"description": "A function which you pass a css transform (2d or 3d) and an optional transform origin value to and it will try to emulate it for ie6 - ie8.",
"main": "index.js",
"license": "MIT",
"author": {
"name": "Mikko Haapoja",
"email": "[email protected]",
"url": "https://github.com/mikkoh"
},
"dependencies": {
"an-array": "^1.0.0",
"css-transform-to-mat4": "^1.0.3",
"gl-mat4": "^1.1.3",
"raf": "^2.0.4"
},
"devDependencies": {},
"scripts": {
"test": "node test.js"
},
"keywords": [
"css,transform,ie,ie6,ie7,ie8,filter,matrix"
],
"repository": {
"type": "git",
"url": "git://github.com/Jam3/ie-css-transform.git"
},
"homepage": "https://github.com/Jam3/ie-css-transform",
"bugs": {
"url": "https://github.com/Jam3/ie-css-transform/issues"
}
}