{
  "name": "agson",
  "version": "0.2.11",
  "description": "Querying and manipulating JSON graphs",
  "main": "lib/agson.js",
  "scripts": {
    "test": "grunt test",
    "prepublish": "grunt compile"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/AppGyver/agson.git"
  },
  "keywords": [],
  "author": "Eevert Saukkokoski <eevert.saukkokoski@appgyver.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/AppGyver/agson/issues"
  },
  "homepage": "https://github.com/AppGyver/agson",
  "devDependencies": {
    "ag-types": "^0.1.5",
    "chai": "^1.9.1",
    "coffee-script": "^1.7.1",
    "data.validation": "^1.2.0",
    "grunt": "^0.4.5",
    "grunt-coffeelint": "0.0.10",
    "grunt-contrib-clean": "^0.5.0",
    "grunt-contrib-coffee": "^0.10.1",
    "grunt-contrib-watch": "^0.6.1",
    "grunt-env": "^0.4.1",
    "grunt-mocha-cov": "^0.2.1",
    "load-grunt-config": "^0.12.0",
    "load-grunt-tasks": "^0.6.0"
  },
  "dependencies": {
    "data.maybe": "^1.0.3"
  },
  "config": {
    "blanket": {
      "pattern": "src",
      "data-cover-never": "node_modules",
      "loader": "./node-loaders/coffee-script"
    }
  }
}
