-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
44 lines (44 loc) · 881 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
36
37
38
39
40
41
42
43
44
{
"name": "seneca-bluebird",
"version": "0.1.1",
"description": "Seneca support for promises (bluebird implementation).",
"main": "promisify.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha test/*.test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/tasinet/seneca-bluebird"
},
"keywords": [
"seneca",
"plugin",
"promises",
"bluebird"
],
"author": {
"name": "Tasos Bitsios",
"url": "http://tasinet.com"
},
"contributors": [
{
"name": "Tasos Bitsios",
"url": "http://tasinet.com"
}
],
"license": "MIT",
"dependencies": {
"bluebird": "^2.3.11"
},
"devDependencies": {
"lodash": "^2.4.1",
"mocha": "^2.0.1",
"seneca-mem-store": "^0.1.1"
},
"files": [
"LICENSE.txt",
"README.md",
"promisify.js",
"lib.seneca.0.5.21.js.patch"
]
}