Initial commit
This commit is contained in:
19
node_modules/call-me-maybe/package.json
generated
vendored
Normal file
19
node_modules/call-me-maybe/package.json
generated
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "call-me-maybe",
|
||||
"version": "1.0.1",
|
||||
"description": "Let your JS API users either give you a callback or receive a promise",
|
||||
"main": "index.js",
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"mocha": "^2.3.2",
|
||||
"promise": "^7.0.4",
|
||||
"zuul": "^3.4.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/limulus/call-me-maybe.git"
|
||||
},
|
||||
"author": "Eric McCarthy <eric@limulus.net> (http://www.limulus.net/)",
|
||||
"license": "MIT",
|
||||
"homepage": "https://github.com/limulus/call-me-maybe#readme"
|
||||
}
|
||||
Reference in New Issue
Block a user