-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 785 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 785 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
{
"name": "introduction_to_node",
"version": "1.0.0",
"description": "A __node_module__ is a Lego block of code. Everything in a node app is modular, meaning it is made up of many different, smaller parts that work toward the end functionality.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/davisgd/introduction_to_node.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/davisgd/introduction_to_node/issues"
},
"homepage": "https://github.com/davisgd/introduction_to_node#readme",
"dependencies": {
"body-parser": "^1.17.2",
"express": "^4.15.3",
"moment": "^2.18.1",
"save": "^2.3.1"
}
}