-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.03 KB
/
package.json
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
36
37
38
39
{
"name": "api-projects",
"version": "1.1.0",
"description": "Several backend API apps that take in data and provide back a JSON response",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start:local": "nodemon server.js",
"start": "node server.js"
},
"keywords": [
"API", "POST", "GET", "Exercise Tracker", "URL Shortener", "File metadata", "Timestamp", "Parse header requests"
],
"author": "Roy Scheffers",
"license": "MIT",
"dependencies": {
"accepts": "^1.3.3",
"body-parser": "^1.16.1",
"express": "^4.14.0",
"http": "0.0.0",
"moment": "^2.17.1",
"mongoose": "^4.8.1",
"mongoose-shortid-nodeps": "^0.6.5",
"multer": "^1.3.0",
"path": "^0.12.7"
},
"devDependencies": {
"eslint": "^3.16.1",
"eslint-config-airbnb-base": "^11.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jquery": "^1.1.1",
"mdi": "^1.8.36",
"nodemon": "^1.11.0"
},
"engines": {
"node": ">=8.9.0",
"npm": ">=6.2.0"
}
}