forked from FontoXML/fontoxpath
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.53 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "fontoxpath",
"version": "2.8.4",
"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": "[email protected]: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.26.3",
"babel-loader": "^7.1.4",
"babel-plugin-istanbul": "^4.1.6",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"chai": "^4.1.1",
"google-closure-compiler": "^20180402.0.0",
"karma": "^2.0.2",
"karma-chrome-launcher": "^2.1.1",
"karma-coverage": "^1.1.2",
"karma-firefox-launcher": "^1.0.1",
"karma-mocha": "^1.3.0",
"karma-sinon-chai": "^1.3.4",
"karma-spec-reporter": "0.0.32",
"karma-webpack": "^3.0.0",
"mocha": "^5.2.0",
"pegjs": "^0.10.0",
"sinon": "^4.5.0",
"sinon-chai": "^3.1.0",
"slimdom": "^2.1.3",
"slimdom-sax-parser": "^1.1.1",
"text-loader": "0.0.1",
"uglify-js": "^3.3.27",
"webpack": "^4.9.1"
}
}