-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.06 KB
/
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
41
42
43
44
{
"name": "aws-client-sign",
"version": "1.0.0",
"description": "Helps with generating signed headers for aws v4 signatures client side.",
"main": "-",
"dependencies": {
"gulp": "^3.9.0",
"babel-preset-es2015": "^6.3.13",
"gulp-babel": "^6.1.1",
"gulp-concat": "^2.6.0",
"gulp-sourcemaps": "^1.6.0",
"should": "^8.0.2"
},
"devDependencies": {
"babel-preset-es2015": "^6.3.13",
"crypto-js": "^3.1.5",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.1",
"gulp-concat": "^2.6.0",
"gulp-sourcemaps": "^1.6.0",
"mocha": "^2.3.4",
"should": "^8.0.2"
},
"scripts": {
"test": "node node_modules/.bin/mocha src/**/*.spec.js --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/raghunat/aws-client-sign.git"
},
"keywords": [
"Amazon",
"AWS",
"v4",
"Signature",
"APIGateway"
],
"author": "raghunat",
"license": "MIT",
"bugs": {
"url": "https://github.com/raghunat/aws-client-sign/issues"
},
"homepage": "https://github.com/raghunat/aws-client-sign#readme"
}