chuck.js/.tests/networking/node_modules/animation/package.json
2012-06-30 20:36:16 +02:00

47 lines
993 B
JSON

{
"name": "animation",
"description": "animation timing & handling",
"version": "0.1.2",
"homepage": "https://github.com/dodo/node-animation",
"author": {
"name": "dodo",
"url": "https://github.com/dodo"
},
"repository": {
"type": "git",
"url": "git://github.com/dodo/node-animation.git"
},
"main": "animation.js",
"engines": {
"node": ">= 0.4.x"
},
"keywords": [
"request",
"animation",
"frame",
"interval",
"node",
"browser"
],
"scripts": {
"prepublish": "cake build"
},
"dependencies": {
"ms": ">= 0.1.0",
"request-animation-frame": ">= 0.1.0"
},
"devDependencies": {
"muffin": ">= 0.2.6",
"coffee-script": ">= 1.1.2"
},
"_id": "animation@0.1.2",
"optionalDependencies": {},
"_engineSupported": true,
"_npmVersion": "1.1.9",
"_nodeVersion": "v0.6.13",
"_defaultsLoaded": true,
"dist": {
"shasum": "3837c251dc74c747c3348066a63f81a002cf55ce"
},
"_from": "animation"
}