livelyjs
Version:
Animation library for javascript
24 lines (23 loc) • 459 B
JSON
{
"name": "livelyjs",
"description": "An easy to use, javascript animation library",
"main": "src/lively.js",
"authors": [
"Brandon G <brandongob@gmail.com>"
],
"license": "MIT",
"keywords": [
"animation",
"javascript",
"css",
"transform"
],
"homepage": "https://github.com/b-goberdhan/LivelyJS",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}