-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 913 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
32
33
34
35
{
"name": "kriging",
"version": "1.0.0",
"description": "",
"main": "/js/index.js",
"scripts": {
"start": "parcel index.html",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "parcel build --public-url . index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Grace-Amondi/ordinary_kriging.git"
},
"author": "Grace-Amondi",
"license": "ISC",
"bugs": {
"url": "https://github.com/Grace-Amondi/ordinary_kriging/issues"
},
"homepage": "https://github.com/Grace-Amondi/ordinary_kriging#readme",
"dependencies": {
"@turf/helpers": "^6.1.4",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"lodash.assign": "^4.2.0",
"mapbox-gl": "^1.9.1",
"mapbox-gl-controls": "^1.6.2",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"webpack": "^4.42.1"
},
"devDependencies": {
"parcel-bundler": "^1.12.4"
}
}