-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
59 lines (59 loc) · 1.24 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "@existdb/gulp-exist",
"description": "Gulp-plugin to interoperate with eXist-db",
"main": "index.js",
"scripts": {
"test": "standard --fix && tape spec/*.js",
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
"url": "https://github.com/eXist-db/gulp-exist.git"
},
"keywords": [
"gulpplugin",
"upload",
"deploy",
"xquery",
"exist",
"exist-db",
"xql",
"xml"
],
"author": "Marcel Schaeben",
"maintainers": [
{
"name": "Marcel Schaeben",
"email": "marcel@schaeben.info"
},
{
"name": "Juri Leino",
"email": "npm@line-o.de"
},
{
"name": "Duncan Paterson",
"email": "duncan@exist-db.org"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/eXist-db/gulp-exist/issues"
},
"homepage": "https://github.com/eXist-db/gulp-exist#readme",
"devDependencies": {
"standard": "^17.1.2",
"tape": "^5.9.0"
},
"dependencies": {
"@existdb/node-exist": "^5.5.1",
"fancy-log": "^2.0.0",
"gulp": "^5.0.0",
"lodash.assign": "^4.2.0",
"plugin-error": "^2.0.1",
"streamx": "^2.20.1"
},
"version": "0.0.0-development",
"publishConfig": {
"access": "public"
}
}