Revision 9e8d6a2a7450b9131a50d2f18875223459a59c18 authored by Eric Prud'hommeaux on 09 January 2023, 11:05:38 UTC, committed by Eric Prud'hommeaux on 09 January 2023, 16:03:53 UTC
1 parent 1c684b3
Raw File
package.json
{
  "name": "@shexjs/extension-eval",
  "version": "1.0.0-alpha.15",
  "description": "Shape Expressions simple semantic action module.",
  "author": {
    "name": "Eric Prud'hommeaux",
    "email": "eric@w3.org",
    "url": "http://www.w3.org/People/Eric/"
  },
  "keywords": [
    "shex",
    "shape expressions",
    "rdf",
    "query",
    "parser"
  ],
  "license": "MIT",
  "main": "./shex-extension-eval.js",
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "test": "cd .. && mocha -C -R dot",
    "browser": "../../node_modules/.bin/browserify shex-extension-eval.js -s jsExtension -o browser/shex-extension-eval-browserify.js && ../../node_modules/.bin/uglifyjs browser/shex-extension-eval-browserify.js --comments -mco browser/shex-extension-eval-browserify.min.js"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/shexjs/shex.js.git"
  },
  "bugs": {
    "url": "https://github.com/shexSpec/grammar/issues"
  },
  "dependencies": {
    "@shexjs/util": "^1.0.0-alpha.15"
  }
}
back to top