{
  "name": "csw",
  "version": "0.1.4",
  "description": "A very simple CSW client",
  "main": "index.js",
  "scripts": {
    "test": "grunt jshint"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/jdesboeufs/node-csw.git"
  },
  "keywords": [
    "CSW",
    "OGC",
    "harvester"
  ],
  "author": "Jérôme Desboeufs <jerome.desboeufs@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jdesboeufs/node-csw/issues"
  },
  "homepage": "https://github.com/jdesboeufs/node-csw",
  "dependencies": {
    "superagent": "^0.17.0",
    "superagent-retry": "~0.3.0",
    "libxmljs": "^0.9.0",
    "lodash": "^2.4.1",
    "async": "^0.7.0",
    "iso19139": "0.1.2"
  },
  "devDependencies": {
    "matchdep": "^0.3.0",
    "grunt-contrib-jshint": "^0.10.0"
  }
}
