forked from futres/futres-data-interface
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.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": "futres-data-interface",
"version": "1.0.0",
"description": "A lightweight interface for visualizing vertebrate traits, drawing on data that has been indexed using the [https://github.com/futres/fovt-data-pipeline](fovt-data-pipeline). This interface is written in angularJS, leaflet, and bootstrap and calls data services using the [https://github.com/biocodellc/ppo-data-server](ppo-data-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/futres/futres-data-interface.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/futres/futres-data-interface/issues"
},
"homepage": "https://github.com/futres/futres-data-interface#readme"
}