-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.46 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
40
41
42
{
"dependencies": {
"assert": "^2.0.0",
"concurrently": "^6.0.0",
"cors": "^2.8.5",
"dc": "^4.2.3",
"express": "^4.17.1",
"geojson": "^0.5.0",
"leaflet.markercluster": "^1.4.1",
"mongoose": "^5.11.14",
"morgan": "^1.10.0",
"mysql": "^2.18.1",
"pm2": "^4.5.4",
"pug": "^3.0.0",
"request": "^2.88.2",
"sass": "^1.32.8",
"tailwindcss": "^2.0.4"
},
"name": "visualization",
"description": "<b>Project MaPPIng</b> >Project MaPPping focuses on large-scale infrastructure that can increase >connectivity with many of the megacities that arise from the intensive >urbanization of Asia. The project aims to collect, analyze, and visualize these >relevant indicators to show how sustainable development in Asia is happening and >how to move forward.",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "concurrently --kill-others \"npm run watch:sass\" \"npm run watch:js_pug\"",
"watch:js_pug": "nodemon -e pug -e css -e js --watch ./ index.js ",
"watch:sass": "sass --watch assets/scss:assets/css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sdp-tech/Visualization.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/sdp-tech/Visualization/issues"
},
"homepage": "https://github.com/sdp-tech/Visualization#readme",
"devDependencies": {
"nodemon": "^2.0.7"
}
}