UNPKG

transform-to-matrix

Version:

A tiny library to get 2/3D matricies from CSS3 transform functions. Fully covered by unit tests, with support for AMD, CommonJS, Node, and browser globals.

37 lines (36 loc) 952 B
{ "name": "transform-to-matrix", "version": "0.1.1", "description": "A tiny library to get 2/3D matricies from CSS3 transform functions. Fully covered by unit tests, with support for AMD, CommonJS, Node, and browser globals.", "main": "transform-to-matrix.js", "repository": { "type": "git", "url": "https://github.com/eighttrackmind/transform-to-matrix.git" }, "keywords": [ "matrix", "css", "css3", "transform", "translate", "rotate", "skew", "perspective", "scale" ], "author": "Boris Cherny <boris@performancejs.com>", "license": "MIT", "readmeFilename": "README.md", "bugs": { "url": "https://github.com/eighttrackmind/transform-to-matrix/issues" }, "devDependencies": { "mocha": "~1.13.0", "chai": "~1.8.0", "annie": "~0.1.3", "grunt-contrib-coffee": "~0.7.0", "grunt-contrib-uglify": "~0.2.4", "grunt": "~0.4.1", "grunt-umd": "~1.3.0" } }