forked from shexjs/shex.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.05 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"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"
}
}