-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 1.01 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
{
"name": "AmphibianDiseasePortalNewInterface",
"version": "1.0.0",
"description": "A lightweight interface for visualizing vertebrate traits, drawing on data that has been indexed using the AmphibiaWeb Portal Interface. This interface is written in angularJS, leaflet, and bootstrap and calls data services using the [https://github.com/biocodellc/biscicol-server](biscicol-server).",
"main": "gulpfile.js",
"dependencies": {
"gulp": "^4.0.2",
"gulp-cli": "^2.3.0",
"http-server": "^0.12.3",
"rimraf": "^3.0.2"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "http-server -a localhost -p 8000 -c-1 ./app"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bnhm/AmphibianDiseasePortalNewInterface.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/bnhm/AmphibianDiseasePortalNewInterface/issues"
},
"homepage": "https://github.com/futres/futres-data-interface#readme"
}