-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.01 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.01 KB
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": "@xmlaspect/browser-xml",
"version": "1.0.5",
"description": "XML, XPath, XSLT in-browser api in ESM. IE11+",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo 'test is implemented in https://github.com/sashafirsov/slotted-element-test' && exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/XmlAspect/browser-xml.git"
},
"keywords": [
"XML",
"XPath",
"XSLT",
"cross-browser",
"API",
"JS",
"IE",
"Chrome",
"Firefox"
],
"author": {
"name": "Sasha Firsov",
"email": "suns@simulationworks.com",
"url": "https://blog.firsov.net/"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/XmlAspect/browser-xml/issues"
},
"homepage": "https://github.com/XmlAspect/browser-xml#readme",
"funding": {
"type": "patreon",
"url": "https://www.patreon.com/sashafirsov"
}
}