-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 895 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-stream-spec",
"version": "0.0.3",
"description": "Tests for pull streams",
"main": "index.js",
"scripts": {
"test": "eslint **/*.js && node test/index.js",
"preversion": "npm test",
"postversion": "git push && git push --tags && npm publish"
},
"dependencies": {
"pull-stream": "^3.4.5"
},
"devDependencies": {
"eslint": "^3.5.0",
"eslint-config-minlint": "^1.0.2",
"pull-cat": "^1.1.11",
"pull-stream": "^3.4.5",
"tape": "^4.6.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nichoth/pull-stream-spec.git"
},
"keywords": [
"pull-stream",
"pull",
"stream",
"spec",
"test"
],
"author": "nichoth",
"license": "ISC",
"bugs": {
"url": "https://github.com/nichoth/pull-stream-spec/issues"
},
"homepage": "https://github.com/nichoth/pull-stream-spec#readme"
}