-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 917 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
{
"name": "@quarterto/meta-stream",
"description": "Highland stream with a sidechannel metadata object",
"main": "lib",
"scripts": {
"test": "make test",
"prepublish": "make test",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"repository": {
"type": "git",
"url": "https://github.com/quarterto/meta-stream.git"
},
"keywords": [
"stream",
"metadata",
"highland"
],
"author": "Matt Brennan <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/quarterto/meta-stream/issues"
},
"homepage": "https://github.com/quarterto/meta-stream",
"dependencies": {
"deep-extend": "^0.4.0",
"highland": "quarterto/highland#extensibility"
},
"devDependencies": {
"babel": "^5.8.20",
"chai": "^3.2.0",
"dirty-chai": "^1.2.2",
"mocha": "^2.2.5",
"semantic-release": "^4.3.5"
}
}