-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.24 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
45
46
47
48
49
50
51
{
"name": "angular-aws-apig",
"version": "1.2.3",
"description": "Angular interceptor for $http service that signs all requests to AWS APIGateway with IAM credentials.",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/jimmyn/angular-aws-apig.git"
},
"scripts": {
"test": "karma start"
},
"keywords": [
"aws",
"angular",
"apig",
"apigateway",
"interceptor",
"aws4",
"iam"
],
"author": "Dmitriy Nevzorov",
"license": "MIT",
"devDependencies": {
"babel-plugin-transform-object-assign": "^6.5.0",
"babel-preset-es2015-ie": "^6.6.2",
"babelify": "^7.2.0",
"browserify": "^13.0.0",
"chai": "^3.5.0",
"gulp": "^3.9.1",
"gulp-ng-annotate": "^2.0.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"karma": "^0.13.22",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.2.3",
"karma-mocha": "^0.2.2",
"karma-mocha-reporter": "^2.0.0",
"karma-sinon-chai": "^1.2.0",
"mocha": "^2.4.5",
"sinon": "^1.17.3",
"sinon-chai": "^2.8.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"crypto-js": "^3.1.6",
"query-string": "^4.1.0"
}
}