mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 18:47:35 +00:00
rearranged repo structure
This commit is contained in:
parent
908a9dd43d
commit
5f5178d2e8
572 changed files with 27633 additions and 568 deletions
47
.tests/networking/node_modules/animation/package.json
generated
vendored
Normal file
47
.tests/networking/node_modules/animation/package.json
generated
vendored
Normal file
|
|
@ -0,0 +1,47 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue