-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 752 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 752 Bytes
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": "e2p",
"version": "1.0.0",
"description": "Module to transform events to promises.",
"main": "index.js",
"scripts": {
"test": "gulp test",
"ci-test": "gulp ci-test"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/AndriMar/e2p.git"
},
"keywords": [
"events",
"promises"
],
"author": "Andri Mar Björgvinsson",
"license": "ISC",
"bugs": {
"url": "https://github.com/AndriMar/e2p/issues"
},
"homepage": "https://github.com/AndriMar/e2p#readme",
"devDependencies": {
"events": "^1.1.0",
"gulp": "^3.9.0",
"gulp-mocha": "^2.1.3",
"gulp-util": "^3.0.7",
"mocha": "^2.3.3"
},
"dependencies": {
"q": "^1.4.1",
"underscore": "^1.8.3"
}
}