-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 864 Bytes
/
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
{
"name": "DataVizToolsDB",
"version": "1.0.0",
"description": "University of Minnesota Coding Bootcamp - Week 14 HW Assignment",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/madeloux/DataVizToolsDB.git"
},
"keywords": [],
"author": "Madeleine Filloux <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/madeloux/DataVizToolsDB/issues"
},
"homepage": "https://github.com/madeloux/DataVizToolsDB#readme",
"dependencies": {
"body-parser": "^1.18.3",
"express": "^4.16.4",
"jquery-bar-rating": "^1.2.2"
},
"devDependencies": {
"eslint": "^5.15.3",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.16.0"
}
}