ketilovre/roam

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "roam",
  "version": "0.3.0",
  "author": "Ketil Øvrebø",
  "license": "MIT",
  "description": "XPath-like queries and in-place transformations for JSON documents",
  "repository": {
    "type": "git",
    "url": "https://github.com/ketilovre/roam"
  },
  "main": "dist/roam.js",
  "scripts": {
    "test": "grunt jasmine_node"
  },
  "keywords": [
    "jpath",
    "xpath",
    "json",
    "transform",
    "search",
    "query"
  ],
  "devDependencies": {
    "benchmark": "~1.0.0",
    "grunt": "~0.4.5",
    "grunt-karma": "~0.10.1",
    "grunt-contrib-jshint": "~0.11.1",
    "grunt-contrib-uglify": "~0.8.0",
    "karma-jasmine": "~0.3.5",
    "karma-phantomjs-launcher": "~0.1.4",
    "karma-coverage": "~0.2.7",
    "grunt-contrib-watch": "~0.6.1",
    "grunt-jasmine-node": "~0.2.1",
    "time-grunt": "~1.1.0",
    "grunt-release": "~0.11.0",
    "grunt-jsdoc": "~0.5.8"
  }
}