-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 972 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
39
{
"name": "aws-streams",
"version": "2.0.0",
"description": "A collection of streams-like interfaces to AWS services",
"main": "index.js",
"scripts": {
"test": "nyc --all ava test/unit",
"posttest": "eslint .",
"test:performance": "ava test/performance",
"ava": "ava"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dougmoscrop/aws-streams-node.git"
},
"keywords": [
"streams",
"aws"
],
"author": "Doug Moscrop <doug.moscrop@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dougmoscrop/aws-streams-node/issues"
},
"homepage": "https://github.com/dougmoscrop/aws-streams-node#readme",
"peerDependencies": {
"aws-sdk": "^2.0.0"
},
"devDependencies": {
"ava": "^1.3.1",
"aws-sdk": "^2.415.0",
"eslint": "^5.15.1",
"get-stream": "^4.1.0",
"into-stream": "^4.0.0",
"nyc": "^15.1.0",
"pump-promise": "^1.0.0",
"sinon": "^7.2.7"
}
}