-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
21 lines (21 loc) · 863 Bytes
/
package.json
File metadata and controls
21 lines (21 loc) · 863 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "learning-nextjs",
"version": "1.0.0",
"description": "> The \"world wide web\" (which we'll refer to as \"the web\") is a part of the internet - which is itself a network of interconnected computers. The web is just one way to share data over the internet. It consists of a body of information stored on web servers, ready to be shared across the world.",
"main": "index.js",
"dependencies": {},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Web-Dev-Collaborative/learning-nextjs.git"
},
"author": "Bryan Guner",
"license": "MIT",
"bugs": {
"url": "https://github.com/Web-Dev-Collaborative/learning-nextjs/issues"
},
"homepage": "https://github.com/Web-Dev-Collaborative/learning-nextjs#readme"
}