beast
Version:
provides a timer'd loop with hooks producing various animated effects
39 lines (37 loc) • 899 B
JSON
{
"name": "beast",
"version": "0.0.4",
"readmeFilename": "README.md",
"description": "provides a timer'd loop with hooks producing various animated effects",
"repository": {
"type": "git",
"url": "https://github.com/iambumblehead/beast.git"
},
"keywords": [
"animated",
"transition",
"ease",
"loop",
"scripted"
],
"dependencies" : {
"elemst" : ">=0.0.1",
"curved" : ">=0.0.1",
"domwh" : ">=0.0.1",
"domlt" : ">=0.0.1",
"domopacity" : ">=0.0.1",
"eventhook" : ">=0.0.1"
},
"devDependencies" : {
"jasmine-node" : ">=1.3.0",
"scroungejs" : ">=0.0.1",
"ncp" : ">=0.0.1",
"lsn" : ">=0.0.1",
"domev" : ">=0.0.1",
"lockfn" : ">=0.0.1"
},
"scripts" : {
"test" : "node node_modules/jasmine-node/bin/jasmine-node --verbose test/",
"start" : "node test/testrun.js"
}
}