-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.27 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.27 KB
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
45
46
47
48
49
50
51
52
53
54
{
"name": "laterlist",
"version": "1.0.1",
"description": "LaterList: Eventual Arrays with a Familiar API",
"main": "lib/index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "istanbul cover _mocha -- -R spec --recursive test",
"prepublish": "gulp"
},
"repository": {
"type": "git",
"url": "https://github.com/will-weiss/LaterList"
},
"keywords": [
"later",
"list",
"array",
"async",
"stream",
"relay",
"flood"
],
"author": "Will Weiss <william.t.weiss@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/will-weiss/LaterList/issues"
},
"homepage": "https://github.com/will-weiss/LaterList",
"devDependencies": {
"bluebird": "2.9.32",
"browserify": "9.0.3",
"chai": "2.0.0",
"chai-as-promised": "4.2.0",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-istanbul": "0.6.0",
"gulp-jsdoc-to-markdown": "^1.1.1",
"gulp-mocha": "2.0.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "1.1.0",
"gulp-util": "^3.0.6",
"istanbul": "0.3.8",
"jsdoc-to-markdown": "^1.1.1",
"merge-stream": "^0.1.8",
"mocha": "2.1.0",
"sinon": "1.15.4",
"sinon-as-promised": "^4.0.0",
"sinon-chai": "2.8.0",
"vinyl-transform": "1.0.0"
}
}