-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.05 KB
/
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
{
"name": "eventemitter-promise",
"version": "0.0.3",
"description": "Event Emitter with lazy promise.",
"main": "bin/EventEmitter.node.js",
"scripts": {
"test": "mocha test/*.js"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/bios21/eventemitter-promise.git"
},
"keywords": [
"event",
"eventemitter",
"lazy",
"promise",
"a+",
"then",
"thenable"
],
"devDependencies": {
"babel": "^6.5.2",
"babel-cli": "^6.10.1",
"babel-preset-es2015": "^6.9.0",
"babel-preset-es2015-node4": "^2.1.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-util": "^3.0.7",
"mocha": "^2.5.3",
"should": "^9.0.2"
},
"author": "Lilian Saget-Lethias <[email protected]> (http://github.com/bios21)",
"license": "ISC",
"bugs": {
"url": "https://github.com/bios21/eventemitter-promise/issues"
},
"homepage": "https://github.com/bios21/eventemitter-promise#readme"
}