UNPKG

fontoxpath

Version:

A minimalistic XPath 3.1 engine in JavaScript

55 lines (54 loc) 1.39 kB
{ "name": "fontoxpath", "version": "2.7.2", "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": [ "XPath3.1", "XPath", "3.1", "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": "^20170910.0.0", "karma": "^1.7.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.31", "karma-webpack": "^2.0.3", "mocha": "^3.3.0", "pegjs": "^0.10.0", "sinon": "^3.1.0", "sinon-chai": "^2.10.0", "slimdom": "^2.0.0", "text-loader": "0.0.1", "uglify-js": "^3.0.4", "webpack": "^3.5.1" } }