{
  "name": "deep-nodes",
  "version": "1.0.0",
  "description": "Javascript object property descriptor and associate DSL : Object queries, RQL and traversal.",
  "main": "index.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/deepjs/deep-nodes"
  },
  "keywords": [
    "javascript",
    "json-query",
    "rql",
    "tree traversal",
    "property descriptor"
  ],
  "author": "Gilles Coomans <gilles.coomans@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/deepjs/deep-nodes/issues"
  },
  "homepage": "https://github.com/deepjs/deep-nodes",
  "devDependencies": {
    "gulp": "^3.8.11",
    "chai": "^2.2.0",
    "gulp-jshint": "^1.10.0",
    "jshint-stylish": "^1.0.1"
  }
}