-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 914 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
{
"name": "pull-combine-latest",
"version": "1.1.2",
"description": "Combine latest for pull streams",
"main": "index.js",
"directories": {
"example": "example"
},
"scripts": {
"postversion": "git push && git push --tags && npm publish",
"test": "tape test/index.js | tap-spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nichoth/pull-combine-latest.git"
},
"keywords": [
"pull-stream",
"pull",
"stream",
"combine",
"latest"
],
"author": "Nick Thomas",
"license": "ISC",
"bugs": {
"url": "https://github.com/nichoth/pull-combine-latest/issues"
},
"homepage": "https://github.com/nichoth/pull-combine-latest#readme",
"devDependencies": {
"eslint": "^3.5.0",
"eslint-config-minlint": "^1.0.2",
"pull-pushable": "^2.0.1",
"pull-stream": "^3.4.5",
"tap-spec": "^4.1.1",
"tape": "^4.6.0"
}
}