forked from ExpediaDotCom/haystack-blob-node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 933 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": "haystack-blobs",
"version": "0.1.0",
"description": "Haystack client for dispatching blobs to haystack",
"engines": {
"node": ">=4.0.0"
},
"license": "Apache-2.0",
"keywords": [],
"author": "Haystack <[email protected]>",
"main": "./index.js",
"repository": {
"type": "git",
"url": "git://github.com/ExpediaDotCom/haystack-blob-node.git"
},
"scripts": {
"lint": "tslint -t msbuild -c tslint.json 'src/**/*.ts'"
},
"contributors": [
"Haystack <[email protected]>"
],
"dependencies": {
"haystack-client": "^0.1.0",
"google-protobuf": "^3.0.0",
"grpc": "^1.9.0",
"base-64": "^0.1.0",
"dateformat": "3.0.3"
},
"devDependencies": {
"@types/node": "^10.3.4",
"@types/dateformat": "1.0.1",
"typescript": "2.9.2",
"grpc-tools": "1.6.6",
"tslint": "^5.0.0",
"npm-registry-package-info": "1.0.5",
"semver": "^5.5.0"
}
}