{
  "name": "audubon-cbc-csv-parser",
  "preferGlobal": false,
  "version": "1.0.0",
  "author": "Robert Gerald Porter <rob@inpictures.ca>",
  "description": "A parser for the Audubon Christmas Bird Count CSV files.",
  "main": "./app/index.js",
  "contributors": [
    "Robert Gerald Porter <rob@inpictures.ca>"
  ],
  "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-jspm": "^0.5.10",
    "gulp-open": "^2.0.0",
    "gulp-rename": "^1.2.2",
    "gulp-shell": "^0.5.2",
    "gulp-sourcemaps": "^1.6.0",
    "jspm": "0.16.34",
    "run-sequence": "^1.1.5"
  },
  "jspm": {
    "directories": {
      "baseURL": "app"
    },
    "dependencies": {},
    "devDependencies": {
      "babel": "npm:babel-core@5.8.38",
      "babel-runtime": "npm:babel-runtime@5.8.38",
      "core-js": "npm:core-js@1.2.6"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rgeraldporter/audubon-cbc-csv-parser.git"
  },
  "keywords": [
    "christmas bird count",
    "cbc",
    "birds",
    "audubon",
    "bird studies canada",
    "bsc",
    "avian",
    "bird"
  ],
  "license": "MIT",
  "scripts": {
    "build": "gulp",
    "test": "gulp test"
  },
  "bugs": {
    "url": "https://github.com/rgeraldporter/audubon-cbc-csv-parser/issues"
  },
  "homepage": "https://github.com/rgeraldporter/audubon-cbc-csv-parser#readme",
  "directories": {
    "doc": "doc"
  }
}
