Skip to content

Commit 9c84c6b

Browse files
authored
Create package.json
1 parent 09f6197 commit 9c84c6b

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

package.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)