-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.45 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
{
"name": "fore-exist",
"version": "1.0.0",
"description": "Fore eXist-db",
"scripts": {
"test": "gulp install:all && mocha --exit",
"test:watch": "mocha --watch",
"test:build": "gulp test:install",
"build": "gulp build",
"build:all": "gulp build && gulp test:build",
"deploy": "gulp install",
"copy": "gulp copyStatic",
"postinstall": "cp node_modules/@jinntec/fore/dist/* src/resources/script/"
},
"repository": {
"type": "git",
"url": "https://github.com/eeditiones/roaster.git"
},
"license": "MIT",
"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",
"axios": "^0.21.1",
"chai": "^4.2.0",
"chai-openapi-response-validator": "^0.9.4",
"delete": "^1.1.0",
"form-data": "^3.0.0",
"gulp": "^4.0.2",
"gulp-rename": "^2.0.0",
"gulp-uglify-es": "^2.0.0",
"gulp-zip": "^5.0.2",
"jsdom": "^16.4.0",
"mocha": "^8.1.3",
"semantic-release": "^17.3.2",
"tmp": "^0.2.1"
},
"private": true,
"mocha": {
"timeout": 10000,
"slow": 1000
},
"dependencies": {
"@jinntec/fore": "^2.2.0",
"@polymer/iron-component-page": "^4.0.1",
"@polymer/iron-demo-helpers": "^3.1.0",
"@polymer/paper-button": "^3.0.1",
"@polymer/paper-checkbox": "^3.1.0",
"@polymer/paper-input": "^3.2.1"
}
}