-
Notifications
You must be signed in to change notification settings - Fork 380
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 722 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 722 Bytes
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
{
"name": "simple-nodejs-app",
"version": "1.0.0",
"description": "Research about a person",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rat9615/simple-nodejs-app.git"
},
"author": "Rohan R",
"license": "ISC",
"bugs": {
"url": "https://github.com/rat9615/simple-nodejs-app/issues"
},
"homepage": "https://github.com/rat9615/simple-nodejs-app#readme",
"dependencies": {
"ejs": "^3.1.10",
"express": "^4.17.3",
"node-fetch": "^2.6.7",
"nodemon": "^2.0.20",
"request": "^2.88.2",
"wiki-infobox-parser": "^0.1.11"
}
}