We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b638d1 commit 4432fadCopy full SHA for 4432fad
api/javascript/search/package.json
@@ -1,10 +1,7 @@
1
{
2
- "//1": "describes your app and its dependencies",
3
- "//2": "https://docs.npmjs.com/files/package.json",
4
- "//3": "updating this file will download and update your packages",
5
- "name": "hello-express",
+ "name": "github-search-api",
6
"version": "0.0.1",
7
- "description": "A simple Node app built on Express, instantly up and running.",
+ "description": "Demo of the GitHub Search API, using several authentication strategies to avoid rate limits.",
8
"main": "server.js",
9
"scripts": {
10
"start": "node server.js"
0 commit comments