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 09f6197 commit 9c84c6bCopy full SHA for 9c84c6b
package.json
@@ -0,0 +1,23 @@
1
+{
2
+ "name": "GeeksForGeeks",
3
+ "version": "1.0.0",
4
+ "description": "GeeksForGeeks",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1",
8
+ "start": "node start.js",
9
+ },
10
+ "engines": {
11
+ "node": ">=7.6.0",
12
+ "npm": ">=4.1.2"
13
14
+ "author": "GeeksForGeeks",
15
+ "license": "ISC",
16
+ "dependencies": {
17
+ "body-parser": "^1.17.1",
18
+ "express": "^4.15.2",
19
+ "express-validator": "^3.1.2",
20
+ "mongoose": "^4.8.7",
21
+ "nodemon": "^1.14.12"
22
+ }
23
0 commit comments