-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 921 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "dizzy-promisify-bluebird",
"version": "1.1.2",
"description": "Promisify objects supplied with Dizzy.",
"main": "lib/index.js",
"scripts": {
"test": "ava -v",
"watch": "ava -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tests-always-included/dizzy-promisify-bluebird.git"
},
"keywords": [
"dizzy",
"promisify",
"objects",
"bluebird"
],
"author": "Tyler Akins <fidian@rumkin.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/tests-always-included/dizzy-promisify-bluebird/issues"
},
"homepage": "https://github.com/tests-always-included/dizzy-promisify-bluebird#readme",
"devDependencies": {
"ava": "~5.1.1"
},
"dependencies": {
"bluebird": "~3.7.2"
},
"peerDependencies": {
"dizzy": "~2.3.1"
}
}