-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
49 lines (49 loc) · 1.04 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
{
"name": "hmmac",
"description": "Easy HMAC connect/express middleware",
"version": "0.2.2",
"homepage": "https://github.com/cmawhorter/hmmac",
"author": {
"name": "Cory Mawhorter",
"email": "[email protected]",
"url": "http://www.mawhorter.net"
},
"repository": {
"type": "git",
"url": "git://github.com/cmawhorter/hmmac.git"
},
"bugs": {
"url": "https://github.com/cmawhorter/hmmac/issues"
},
"license": "MIT",
"main": "lib/hmmac",
"engines": {
"node": ">=0.10.0 - <9.0.0"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"aws-sdk": "^2.1.35",
"body-parser": "^1.13.1",
"express": "^4.13.0",
"grunt": "0.4.x",
"grunt-cli": "^0.1.13",
"grunt-contrib-jshint": "~0.6.3",
"grunt-mocha-test": "0.10.x",
"grunt-simple-mocha": "0.4.x",
"mocha": "^1.17.1",
"restify": "2.x",
"superagent": "0.12.x"
},
"keywords": [
"hmac",
"express",
"connect",
"middleware",
"sha",
"aws",
"rest",
"authentication"
]
}