act
Version:
An animation engine for the canvas and dom
30 lines (29 loc) • 603 B
JSON
{
"name": "act",
"version": "0.0.6",
"main": "src/act.js",
"description": "An animation engine for the canvas and dom",
"homepage": "http://github.com/evanmoran/act/",
"keywords": [
"type",
"checker",
"interface"
],
"author": "Evan Moran <evan@evanmoran.com>",
"dependencies": {
"underscore": "~1.3.3"
},
"scripts": {
"test": "cake test"
},
"devDependencies": {
"coffee-script": "~1.3.3",
"mocha": "~1.1.0",
"chai": "~1.0.3",
"async": "~0.1.22"
},
"repository": {
"type": "git",
"url": "git://github.com/evanmoran/act.git"
}
}