-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 879 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 879 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
{
"name": "xslt4node",
"version": "0.3.2",
"description": "A XSLT package wrapping the XSLT interface of the Java API for XML Processing (JAXP)",
"dependencies": {
"java": ">=0.3.1",
"async": ">=0.4.0 < 2.0.0"
},
"devDependencies": {
"nodeunit": ">0.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/e2ebridge/xslt4node.git"
},
"author": {
"name": "Scheer E2E AG",
"email": "support@e2ebridge.com",
"url": "http://e2ebridge.com"
},
"maintainers": [
{
"name": "Peter Müssig",
"email": "peter.muessig@scheer-group.com"
}
],
"license": "MIT",
"keywords": [
"e2e",
"xml",
"xslt"
],
"readmeFilename": "README.md",
"scripts": {
"test": "nodeunit test"
}
}