-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
25 lines (25 loc) · 1020 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
{
"name": "global-health-obesity",
"version": "1.0.0",
"description": "This is a D3.js world map which compares the prevalence of obesity and overweight populations between genders in the 20-24 years old age group. Each county is color coded according to the difference in mean prevalence. If the rates are equal between men and women, the country is depicted as white. A higher prevalence of male overweight/obesity rates is shown as blue, and conversely fuchsia for higher female rates.",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/walzerm/global-health-obesity.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/walzerm/global-health-obesity/issues"
},
"homepage": "https://github.com/walzerm/global-health-obesity#readme",
"dependencies": {
"ejs": "^2.4.1",
"express": "^4.13.4",
"knex": "^0.10.0",
"pg": "^4.5.1"
}
}