Last change
on this file since 6a80231 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
551 bytes
|
Rev | Line | |
---|
[6a3a178] | 1 | {
|
---|
| 2 | "author": "Mikeal Rogers <mikeal.rogers@gmail.com> (http://www.futurealoof.com)",
|
---|
| 3 | "name": "oauth-sign",
|
---|
| 4 | "description": "OAuth 1 signing. Formerly a vendor lib in mikeal/request, now a standalone module.",
|
---|
| 5 | "version": "0.9.0",
|
---|
| 6 | "license": "Apache-2.0",
|
---|
| 7 | "repository": {
|
---|
| 8 | "url": "https://github.com/mikeal/oauth-sign"
|
---|
| 9 | },
|
---|
| 10 | "main": "index.js",
|
---|
| 11 | "files": [
|
---|
| 12 | "index.js"
|
---|
| 13 | ],
|
---|
| 14 | "dependencies": {},
|
---|
| 15 | "devDependencies": {},
|
---|
| 16 | "optionalDependencies": {},
|
---|
| 17 | "engines": {
|
---|
| 18 | "node": "*"
|
---|
| 19 | },
|
---|
| 20 | "scripts": {
|
---|
| 21 | "test": "node test.js"
|
---|
| 22 | }
|
---|
| 23 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.