UNPKG

ebird-histogramr-cli

Version:
61 lines (60 loc) 1.42 kB
{ "name": "ebird-histogramr-cli", "preferGlobal": true, "version": "1.1.0", "author": "Robert Gerald Porter <rob@inpictures.ca>", "description": "CLI Tools for eBird Hotspot Histograms", "main": "./app/index.js", "contributors": [ "Robert Gerald Porter <rob@inpictures.ca>" ], "bin": { "histogramr-csv": "app/index.js" }, "devDependencies": { "babel-cli": "^6.6.5", "babel-core": "^6.6.5", "babel-preset-es2015": "^6.6.0", "babel-register": "^6.6.5", "del": "^2.2.0", "gulp": "^3.9.1", "gulp-jasmine": "^2.3.0", "gulp-jsdoc3": "^0.2.1", "gulp-open": "^2.0.0", "gulp-rename": "^1.2.2", "gulp-shell": "^0.5.2", "gulp-sourcemaps": "^1.6.0", "run-sequence": "^1.1.5" }, "repository": { "type": "git", "url": "git+https://github.com/rgeraldporter/ebird-histogramr-cli.git" }, "keywords": [ "ebird", "hotspots", "ebird hotspots", "ebird histogram", "birds", "bird records", "avian", "bird" ], "license": "MIT", "scripts": { "build": "gulp", "test": "gulp test" }, "bugs": { "url": "https://github.com/rgeraldporter/ebird-histogramr-cli/issues" }, "homepage": "https://github.com/rgeraldporter/ebird-histogramr-cli#readme", "directories": { "doc": "doc" }, "dependencies": { "bhttp": "^1.2.4", "bluebird": "^3.4.6", "ebird-histogramr": "^1.1.0" } }