-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
48 lines (48 loc) · 1.16 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
{
"name": "http-hmac-javascript",
"version": "0.3.1",
"description": "HTTP HMAC JavaScript Library",
"main": "./lib/es5/hmac.js",
"dependencies": {
"crypto-js": "^3.1.6",
"xmlhttprequest": "^1.8.0"
},
"devDependencies": {
"@babel/core": "^7.8.7",
"@babel/plugin-proposal-private-methods": "^7.8.3",
"@babel/preset-env": "^7.8.7",
"babel-cli": "^6.26.0",
"del": "^2.2.0",
"gulp": "^4.0.2",
"gulp-add-src": "^1.0.0",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.0",
"gulp-qunit": "^1.3.0",
"gulp-rename": "^1.2.2",
"gulp-strip-debug": "^1.1.0",
"gulp-uglify": "^1.5.1",
"jquery": "^3.4.1",
"mock-xhr": "^0.1.0",
"qunitjs": "^1.21.0"
},
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/acquia/http-hmac-javascript.git"
},
"keywords": [
"HTTP",
"HMAC",
"authentication",
"JavaScript",
"Acquia"
],
"author": "Acquia Lift Engineering",
"license": "ISC",
"bugs": {
"url": "https://github.com/acquia/http-hmac-javascript/issues"
},
"homepage": "https://github.com/acquia/http-hmac-javascript#readme"
}