redshift
Version:
A JavaScript UX framework. Handles animation, UI physics and user input tracking.
43 lines (42 loc) • 1.06 kB
JSON
{
"name": "redshift",
"version": "2.1.1",
"description": "A JavaScript UX framework. Handles animation, UI physics and user input tracking.",
"author": "Matt Perry <admin@redshiftjs.com>",
"homepage": "http://redshiftjs.com",
"main": "src/load/module.js",
"repository": {
"type": "git",
"url": "https://github.com/InventingWithMonster/redshift"
},
"bugs": {
"url": "https://github.com/InventingWithMonster/redshift/issues"
},
"keywords": [
"animation",
"ux",
"ui",
"redshift",
"canvas animation",
"jquery animation",
"dom animation",
"dom",
"pointer tracking",
"mouse",
"mouse tracking",
"touch",
"touch tracking",
"physics",
"interaction",
"svg"
],
"analyze": true,
"license": "MIT",
"scripts": {
"compile": "webpack src/load/global.js redshift.global.js -d && webpack src/load/global.js redshift.global.min.js -p",
"watch": "webpack src/load/global.js redshift.global.js -d --watch"
},
"devDependencies": {
"webpack": "1.7.2"
}
}