-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.08 KB
/
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
45
{
"name": "jwt",
"version": "2.0.0",
"description": "Create, read and verify JSON Web Tokens in eXist-db",
"homepage": "https://github.com/existsolutions/jwt#readme",
"bugs": "https://github.com/existsolutions/jwt/issues",
"keywords": [
"exist",
"exist-db",
"xml",
"xql",
"xquery",
"jwt"
],
"devDependencies": {
"@existdb/gulp-exist": "^4.0.0",
"@existdb/gulp-replace-tmpl": "^1.0.0",
"@semantic-release/exec": "^5.0.0",
"@semantic-release/git": "^9.0.0",
"@semantic-release/github": "^7.2.0",
"chai": "^4.2.0",
"delete": "^1.1.0",
"gulp": "^4.0.2",
"gulp-rename": "^2.0.0",
"gulp-zip": "^5.0.2",
"mocha": "^8.2.1",
"semantic-release": "^17.3.2",
"superagent": "^6.1.0"
},
"author": {
"name": "Juri Leino",
"email": "[email protected]"
},
"license": "MIT",
"scripts": {
"test": "mocha src/test/mocha/*.js",
"start": "gulp install",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "https://github.com/existsolutions/jwt",
"license": "MIT"
}
}