-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json.old
54 lines (54 loc) · 1.57 KB
/
package.json.old
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
{
"name": "xf-form",
"description": "an xformish model for eXist-db",
"main": "xf-form.js",
"dependencies": {
"@polymer/iron-ajax": "^3.0.1",
"@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-dialog": "^3.0.1",
"@polymer/paper-dropdown-menu": "github:PolymerElements/paper-dropdown-menu",
"@polymer/paper-item": "^3.0.1",
"@polymer/paper-listbox": "github:PolymerElements/paper-listbox",
"@polymer/paper-toast": "^3.0.1",
"@polymer/polymer": "^3.0.0",
"@vaadin/vaadin-combo-box": "^5.0.3",
"@vaadin/vaadin-list-box": "^1.2.0",
"@vaadin/vaadin-notification": "^1.4.0",
"@webcomponents/webcomponentsjs": "^2.0.0",
"fontoxpath": "^3.9.2",
"lit-element": "^2.2.1",
"web-animations-js": "^2.3.1"
},
"devDependencies": {
"gulp-exist": "^3.0.0",
"@0xcda7a/empathy": "0.0.9",
"@polymer/test-fixture": "^4.0.2",
"chai": "^4.2.0",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-watch": "^5.0.1",
"mocha": "^5.2.0",
"wct-mocha": "^1.0.0"
},
"scripts": {
"postinstall": "./node_modules/@0xcda7a/empathy/bin/empathy install",
"empathy": "./node_modules/@0xcda7a/empathy/bin/empathy install"
},
"version": "1.0.0",
"directories": {
"doc": "doc",
"test": "test"
},
"repository": {
"type": "git",
"url": "https://gitlab.existsolutions.com/eXistdbElements/exform"
},
"keywords": [
"fore"
],
"author": "joern turner",
"license": "MIT"
}