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.
 
 
 

46 lines
1.1 KiB

{
"author": {
"name": "Jeremy Martin",
"email": "jmar777@gmail.com",
"url": "http://twitter.com/jmar777"
},
"name": "cb",
"description": "Super simple callback mechanism with support for timeouts and explicit error handling",
"version": "0.1.0",
"repository": {
"type": "git",
"url": "git://github.com/jmar777/cb.git"
},
"main": "lib/cb.js",
"devDependencies": {
"mocha": ">=0.3.6"
},
"engines": {
"node": ">=0.6.0"
},
"_npmUser": {
"name": "jmar777",
"email": "jmar777@gmail.com"
},
"_id": "cb@0.1.0",
"dependencies": {},
"optionalDependencies": {},
"_engineSupported": true,
"_npmVersion": "1.1.0-2",
"_nodeVersion": "v0.6.8",
"_defaultsLoaded": true,
"dist": {
"shasum": "26f7e740f2808facc83cef7b20392e4d881b5203",
"tarball": "https://registry.npmjs.org/cb/-/cb-0.1.0.tgz"
},
"maintainers": [
{
"name": "jmar777",
"email": "jmar777@gmail.com"
}
],
"directories": {},
"_shasum": "26f7e740f2808facc83cef7b20392e4d881b5203",
"_resolved": "https://registry.npmjs.org/cb/-/cb-0.1.0.tgz",
"_from": "cb@>=0.1.0 <0.2.0"
}