-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1009 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 1009 Bytes
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
{
"name": "xml4jquery",
"version": "1.1.2",
"description": "jQuery reactive plugin to supply XML, XPath and XSLT functionality.",
"browser": "xml4jquery.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"OK. No CI available yet. Manual in-browser test available from project page.\" && exit 0"
},
"repository": {
"type": "git",
"url": "https://github.com/XmlAspect/xml4jquery.git"
},
"keywords": [
"xml",
"xslt",
"xpath",
"reactive",
"jquery-plugin",
"ecosystem:jquery"
],
"author": {
"name": "Sasha Firsov",
"email": "suns@simulationworks.com",
"url": "http://xml4jquery.com/"
},
"license": "xml4jquery.js",
"bugs": {
"url": "https://github.com/XmlAspect/xml4jquery/issues"
},
"homepage": "http://xml4jquery.com/",
"dependencies": {
"jquery": "^3.2.1"
},
"devDependencies": {
"babel-polyfill": "^6.26.0",
"intern": "^3.0.3",
"requirejs": "^2.3.5",
"types": "~0.1.1"
}
}