-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.17 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.17 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
40
41
42
43
44
45
46
47
{
"name": "@xmlaspect/reactive-xml",
"version": "1.0.0",
"description": "Asynchronous execution chain based on collections API with wrappers around DHTML DOM API, jQuery and XML+XSLT+XPATH ",
"browser": "reactive-xml.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "polymer test --npm",
"build": "polymer build"
},
"repository": {
"type": "git",
"url": "https://github.com/XmlAspect/reactive-xml"
},
"keywords": [
"xml",
"xslt",
"xpath",
"reactive"
],
"author": {
"name": "Sasha Firsov",
"email": "suns@simulationworks.com",
"url": "http://xml4jquery.com/reactive-xml"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/XmlAspect/reactive-xml/issues"
},
"homepage": "http://xml4jquery.com/reactive-xml",
"main": "reactive-xml.js",
"dependencies": {
"@xmlaspect/browser-xml": "^1.0.2"
},
"devDependencies": {
"@polymer/iron-demo-helpers": "^3.1.0",
"@polymer/polymer": "^3.2.0",
"@polymer/test-fixture": "^4.0.2",
"@webcomponents/webcomponentsjs": "^2.2.10",
"chai": "^4.2.0",
"marked": "^0.6.2",
"mocha": "^6.1.4",
"wct-mocha": "^1.0.0"
}
}