forked from babo/escher-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1019 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
41
42
43
44
45
46
47
48
49
50
{
"name": "escher-auth",
"description": "Library for HTTP request signing (JavaScript implementation)",
"version": "0.3.1",
"homepage": "https://github.com/babo/escher-js",
"author": {
"name": "Emarsys Technologies"
},
"repository": {
"type": "git",
"url": "https://github.com/babo/escher-js.git"
},
"bugs": {
"url": "https://github.com/babo/escher-js/issues"
},
"licenses": {
"type": "MIT",
"url": "https://github.com/babo/escher-js/blob/master/LICENSE"
},
"main": "lib/escher",
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"test": "jasmine-node spec/"
},
"keywords": [
"escher",
"js",
"hmac",
"sha",
"aws",
"signature",
"http",
"request",
"rest",
"authentication",
"api"
],
"devDependencies": {
"jasmine-node": "1.14.5"
},
"dependencies": {
"cryptiles": "3.0.0",
"dateformat": "1.0.8-1.2.3",
"is-number": "2.1.0",
"is-string": "1.0.4",
"path-platform": "0.11.15"
}
}