-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 940 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
40
{
"name": "hyper-aws4",
"version": "1.1.3",
"description": "AWS Signature Version 4 Signing Library for Hyper",
"main": "dst/index.js",
"scripts": {
"build": "babel src --out-dir dst",
"test": "./node_modules/.bin/istanbul cover _mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Tim-Zhang/hyper-aws4.git"
},
"keywords": [
"hyper",
"aws4"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/Tim-Zhang/hyper-aws4/issues"
},
"homepage": "https://github.com/Tim-Zhang/hyper-aws4#readme",
"devDependencies": {
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015": "^6.9.0",
"babel-preset-node6": "^11.0.0",
"bluebird": "^3.4.1",
"mocha": "^2.5.3",
"node-fetch": "^1.5.3",
"should": "^9.0.2",
"istanbul": "~0.4.4"
},
"dependencies": {
"lodash": "^4.13.1"
},
"files": [
"dst"
]
}