forked from srophe/srophe
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 968 Bytes
/
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
{
"name": "srophe",
"version": "3.0.0",
"description": "The Srophé web application",
"homepage": "https://github.com/wsalesky/srophe#readme",
"bugs": "https://github.com/wsalesky/srophe/issues",
"engines": {
"node": ">=14.0.0"
},
"keywords": [
"exist",
"exist-db",
"xml",
"xql",
"xquery"
],
"author": {
"name": "Winona Salesky",
"email": "[email protected]"
},
"license": "GPL-3.0",
"scripts": {
"test": "mocha test/mocha/ --recursive --exit && mocha test/xqs/*.js",
"cypress": "cypress run"
},
"repository": {
"type": "git",
"url": "https://github.com/wsalesky/srophe",
"license": "GPL-3.0"
},
"devDependencies": {
"chai": "^4.3.10",
"chai-xml": "^0.4.1",
"cypress": "^13.3.0",
"fs-extra": "^11.1.1",
"mocha": "^10.2.0",
"supertest": "^6.3.3",
"xmldoc": "^1.3.0",
"yeoman-assert": "^3.1.1"
},
"dependencies": {
"bootstrap": "^5.3.2"
}
}