forked from shexjs/shex.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.03 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/eval-threaded-nerr",
"version": "1.0.0-alpha.15",
"description": "Shape Expressions triple expression evaluator - hard-working regexp engine returning multiple errors.",
"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": "./eval-threaded-nerr.js",
"engines": {
"node": ">=0.10.0"
},
"dependencies": {
"@shexjs/term": "^1.0.0-alpha.15"
},
"scripts": {
"test": "cd .. && mocha -C -R dot",
"browser999": "browserify shex.js -s ShEx -o browser/eval-threaded-nerr-browserify.js && uglifyjs browser/eval-threaded-nerr-browserify.js --comments -mco browser/eval-threaded-nerr-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"
}
}