-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 906 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 906 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
34
35
{
"name": "project1-eventapp",
"version": "1.0.0",
"description": "An app created for the tech community in which a user can explore, create, update, and delete upcoming events. ",
"main": "server.js",
"scripts": {
"start": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node":"7.5.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mwiley322/Project1-EventApp.git"
},
"keywords": [
"events",
"tech",
"community"
],
"author": "Megan Wiley and Lamar Smith",
"license": "ISC",
"bugs": {
"url": "https://github.com/mwiley322/Project1-EventApp/issues"
},
"homepage": "https://github.com/mwiley322/Project1-EventApp#readme",
"dependencies": {
"body-parser": "^1.17.1",
"express": "^4.15.2",
"jquery": "^3.2.0",
"mongoose": "^4.8.7",
"nodemon": "^1.11.0"
}
}