.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / call-me-maybe / package.json
1 {
2   "name": "call-me-maybe",
3   "version": "1.0.1",
4   "description": "Let your JS API users either give you a callback or receive a promise",
5   "main": "index.js",
6   "dependencies": {},
7   "devDependencies": {
8     "mocha": "^2.3.2",
9     "promise": "^7.0.4",
10     "zuul": "^3.4.0"
11   },
12   "scripts": {
13     "test": "mocha"
14   },
15   "repository": {
16     "type": "git",
17     "url": "git+https://github.com/limulus/call-me-maybe.git"
18   },
19   "keywords": [
20     "promise",
21     "callback",
22     "denodeify",
23     "promisify",
24     "carlyraejepsen"
25   ],
26   "author": "Eric McCarthy <eric@limulus.net> (http://www.limulus.net/)",
27   "license": "MIT",
28   "bugs": {
29     "url": "https://github.com/limulus/call-me-maybe/issues"
30   },
31   "homepage": "https://github.com/limulus/call-me-maybe#readme"
32 }