-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 968 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
36
37
38
{
"name": "cocotemp",
"version": "0.1.0",
"description": "The CoCoTemp project.",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MTUHIDE/CoCoTemp.git"
},
"author": "Michigan Tech Humane Interface Design Enterprise (hideaway.space)",
"license": "MIT",
"private": true,
"bugs": {
"url": "https://github.com/MTUHIDE/CoCoTemp/issues"
},
"homepage": "https://github.com/MTUHIDE/CoCoTemp#readme",
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-clean": "^0.4.0",
"gulp-load-plugins": "^2.0.5",
"gulp-plumber": "^1.2.1",
"gulp-sass": "^4.1.0",
"gulp-sourcemaps": "^2.6.5",
"jest": "^26.6.1"
},
"dependencies": {
"leaflet": "^1.7.1",
"leaflet-sidebar-v2": "^3.2.3",
"leaflet-spin": "^1.1.2",
"spin.js": "^4.1.0"
}
}