mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
520 B
20 lines
520 B
13 years ago
|
{
|
||
|
"name": "slide",
|
||
|
"version": "1.1.3",
|
||
|
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
|
||
|
"contributors": [
|
||
|
"S. Sriram <ssriram@gmail.com> (http://www.565labs.com)"
|
||
|
],
|
||
|
"description": "A flow control lib small enough to fit on in a slide presentation. Derived live at Oak.JS",
|
||
|
"main": "./lib/slide.js",
|
||
|
"dependencies": {},
|
||
|
"devDependencies": {},
|
||
|
"engines": {
|
||
|
"node": "*"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git://github.com/isaacs/slide-flow-control.git"
|
||
|
}
|
||
|
}
|