-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 770 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 770 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
29
30
31
32
33
{
"name": "@rajatkn/node1",
"version": "1.0.2",
"description": "Learning NodeJS",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"keywords": [
"node"
],
"author": "Rajat",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/rajatkantinandi/learning-nodejs.git"
},
"bugs": {
"url": "https://github.com/rajatkantinandi/learning-nodejs/issues"
},
"homepage": "https://github.com/rajatkantinandi/learning-nodejs#readme",
"dependencies": {
"@linclark/pkg": "^1.0.3",
"bl": "^1.2.1",
"body-parser": "^1.18.2",
"express": "^4.16.2",
"mongodb": "^3.0.2",
"pug": "^2.0.0-rc.4",
"stylus": "^0.54.5",
"through2-map": "^3.0.0"
},
"devDependencies": {}
}