Skip to content
This repository has been archived by the owner on Jan 19, 2018. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
You can npm install jsdeferred
  • Loading branch information
cho45 committed Sep 30, 2010
1 parent 9d2becd commit 87bf216
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions package.json
@@ -0,0 +1,24 @@
{ "name" : "jsdeferred"
, "description" : "Asynchronous library in JavaScript. Standalone and Compact."
, "version" : "0.3.4"
, "homepage" : "http://github.com/cho45/jsdeferred"
, "author" : "cho45 <cho45@lowreal.net> (http://www.lowreal.net/)"
, "repository" :
{ "type" : "git"
, "url" : "git://github.com/cho45/jsdeferred.git"
}
, "bugs" :
{ "mail" : "cho45@lowreal.net"
, "web" : "http://github.com/cho45/jsdeferred/issues"
}
, "modules" :
{ "jsdeferred" : "./jsdeferred.js"
}
, "directories" : { "doc" : "./doc" }
, "main" : "jsdeferred"
, "licenses" :
[ { "type" : "MIT"
, "url" : "http://github.com/cho45/jsdeferred/blob/master/jsdeferred.js"
}
]
}

0 comments on commit 87bf216

Please sign in to comment.