tram
Version:
Cross-browser CSS3 transitions in JavaScript
37 lines (36 loc) • 633 B
JSON
{
"name": "tram",
"description": "Cross-browser CSS3 transitions in JavaScript",
"version": "0.8.2",
"homepage": "https://github.com/BKWLD/tram",
"authors": [
"Dan Rogers <dan@danro.net>",
"Robert Reinhard <info@bkwld.com>"
],
"license": "MIT",
"keywords": [
"animation",
"motion",
"css",
"tween",
"transition",
"transform"
],
"main": "dist/tram-umd.js",
"dependencies": {
"jquery": "*"
},
"ignore": [
"**/.*",
"support",
"src",
"examples",
"test",
"node_modules",
".nojekyll",
"*.json",
"*.html",
"*.md",
"Gruntfile.js"
]
}