{
  "name": "fontoxpath",
  "version": "2.7.7",
  "description": "A minimalistic XPath 3.1 engine in JavaScript",
  "main": "dist/fontoxpath.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "karma start",
    "build": "node ./build.js"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:FontoXML/fontoxpath.git"
  },
  "keywords": [
	"FontoXPath",
	"fontoxpath",
    "FontoXML",
    "XPath",
    "XPath3.1",
    "xpath",
    "xpath3.1",
    "W3C",
    "w3c",
    "XML",
    "xml",
    "XQuery",
    "xquery",
    "fontoxml"
  ],
  "author": "The FontoXML team",
  "license": "MIT",
  "homepage": "https://github.com/FontoXML/fontoxpath",
  "devDependencies": {
    "babel": "^6.23.0",
    "babel-core": "^6.24.1",
    "babel-loader": "^7.0.0",
    "babel-plugin-istanbul": "^4.1.4",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-polyfill": "^6.23.0",
    "babel-preset-env": "^1.4.0",
    "babel-preset-es2015": "^6.24.1",
    "chai": "^4.1.1",
    "google-closure-compiler": "^20180204.0.0",
    "karma": "^2.0.0",
    "karma-chrome-launcher": "^2.1.1",
    "karma-coverage": "^1.1.1",
    "karma-firefox-launcher": "^1.0.1",
    "karma-mocha": "^1.3.0",
    "karma-sinon-chai": "^1.3.1",
    "karma-spec-reporter": "0.0.32",
    "karma-webpack": "^2.0.3",
    "mocha": "^5.0.1",
    "pegjs": "^0.10.0",
    "sinon": "^4.3.0",
    "sinon-chai": "^2.10.0",
    "slimdom": "^2.0.0",
    "text-loader": "0.0.1",
    "uglify-js": "^3.0.4",
    "webpack": "^3.5.1"
  }
}
