You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
596 B
24 lines
596 B
{ |
|
"name": "oauthpractice", |
|
"version": "1.0.0", |
|
"description": "", |
|
"main": "index.js", |
|
"scripts": { |
|
"test": "echo \"Error: no test specified\" && exit 1", |
|
"start": "node index.js" |
|
}, |
|
"repository": { |
|
"type": "git", |
|
"url": "git+https://github.com/bobjohnbob/oauthPractice.git" |
|
}, |
|
"author": "john@jshaver.net", |
|
"license": "UNLICENSED", |
|
"bugs": { |
|
"url": "https://github.com/bobjohnbob/oauthPractice/issues" |
|
}, |
|
"homepage": "https://github.com/bobjohnbob/oauthPractice#readme", |
|
"dependencies": { |
|
"body-parser": "^1.18.2", |
|
"express": "^4.15.5" |
|
} |
|
}
|
|
|