-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 873 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 873 Bytes
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
{
"name": "ruby-api-auth-wrapper",
"id": "ruby_api_auth_wrapper",
"version": "0.0.1",
"description": "Request wrapper for consumers of a ruby api that uses api_auth: https://github.com/mgomes/api_auth",
"keywords": [
"api",
"authentication",
"client",
"ruby",
"api_auth"
],
"author": {
"name": "David Freiman",
"email": "dave@freiman.co"
},
"repository": {
"type": "git",
"url": "git://github.com/davefreiman/node_ruby_api_auth_wrapper.git",
"web": "https://github.com/davefreiman/node_ruby_api_auth_wrapper"
},
"bugs": {
"url": "https://github.com/davefreiman/node_ruby_api_auth_wrapper/issues"
},
"dependencies": {
"crypto-js": "3.1.9-1",
"moment": "^2.22.2",
"request": "^2.88.0",
"yargs": "8.0.1"
},
"main": "./auth.js",
"licenses": [
{
"type": "GPL 3.0"
}
]
}