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
46 lines
1.1 KiB
![]()
1 week ago
|
{
|
||
|
"name": "call-me-maybe",
|
||
|
"version": "1.0.2",
|
||
|
"description": "Let your JS API users either give you a callback or receive a promise",
|
||
|
"main": "src/maybe.js",
|
||
|
"files": [
|
||
|
"src"
|
||
|
],
|
||
|
"devDependencies": {
|
||
|
"@commitlint/config-conventional": "^17.1.0",
|
||
|
"browserify": "^17.0.0",
|
||
|
"commitlint": "^17.1.2",
|
||
|
"husky": "^7.0.0",
|
||
|
"is-ci": "^3.0.1",
|
||
|
"karma": "^6.4.1",
|
||
|
"karma-browserify": "^8.1.0",
|
||
|
"karma-browserstack-launcher": "^1.6.0",
|
||
|
"karma-mocha": "^2.0.1",
|
||
|
"mocha": "^2.3.2",
|
||
|
"promise": "^7.0.4",
|
||
|
"semantic-release": "^19.0.5"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "mocha",
|
||
|
"prepare": "is-ci || husky install",
|
||
|
"test-browsers": "karma start"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/limulus/call-me-maybe.git"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"promise",
|
||
|
"callback",
|
||
|
"denodeify",
|
||
|
"promisify",
|
||
|
"carlyraejepsen"
|
||
|
],
|
||
|
"author": "Eric McCarthy <eric@limulus.net> (http://www.limulus.net/)",
|
||
|
"license": "MIT",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/limulus/call-me-maybe/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/limulus/call-me-maybe#readme"
|
||
|
}
|