tram
Version:
Cross-browser CSS3 transitions in JavaScript
35 lines (34 loc) • 749 B
JSON
{
"name": "tram",
"main": "dist/tram-cjs.js",
"description": "Cross-browser CSS3 transitions in JavaScript",
"version": "0.8.3",
"homepage": "https://github.com/bkwld/tram",
"author": "Dan Rogers <dan@danro.net>",
"license": "MIT",
"keywords": [
"animation",
"motion",
"css",
"tween",
"transition",
"transform"
],
"repository": {
"type": "git",
"url": "https://github.com/bkwld/tram.git"
},
"dependencies": {
"jquery": "*"
},
"devDependencies": {
"pjs": "*",
"sink-test": "*",
"grunt": "~0.4.1",
"grunt-cli": "~0.1.6",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-concat": "~0.1.3",
"grunt-contrib-watch": "~0.3.1",
"grunt-markdown": "~0.2.0"
}
}