summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/request/node_modules/oauth-sign/package.json
blob: dc99a4ec7943d6640e7e5cadd2c76e9a07767902 (plain)
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
{
  "author": {
    "name": "Mikeal Rogers",
    "email": "mikeal.rogers@gmail.com",
    "url": "http://www.futurealoof.com"
  },
  "name": "oauth-sign",
  "description": "OAuth 1 signing. Formerly a vendor lib in mikeal/request, now a standalone module.",
  "version": "0.3.0",
  "repository": {
    "url": "https://github.com/mikeal/oauth-sign"
  },
  "main": "index.js",
  "dependencies": {},
  "devDependencies": {},
  "optionalDependencies": {},
  "engines": {
    "node": "*"
  },
  "scripts": {
    "test": "node test.js"
  },
  "readme": "oauth-sign\n==========\n\nOAuth 1 signing. Formerly a vendor lib in mikeal/request, now a standalone module. \n",
  "readmeFilename": "README.md",
  "bugs": {
    "url": "https://github.com/mikeal/oauth-sign/issues"
  },
  "homepage": "https://github.com/mikeal/oauth-sign",
  "_id": "oauth-sign@0.3.0",
  "_from": "oauth-sign@~0.3.0"
}