-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
34 lines (34 loc) · 903 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
{
"name": "@paperbits/forms",
"version": "0.1.634",
"description": "Paperbits components for form builder.",
"author": "Paperbits",
"license": "Commercial",
"repository": {
"type": "git",
"url": "git+https://github.com/paperbits/paperbits-forms.git"
},
"keywords": [
"paperbits",
"form builder"
],
"bugs": {
"url": "https://github.com/paperbits/paperbits-forms/issues"
},
"browserslist": [
"defaults",
"not ie < 11"
],
"dependencies": {
"@paperbits/common": "0.1.634",
"@paperbits/core": "0.1.634",
"@paperbits/styles": "0.1.634",
"knockout": "^3.5.1",
"knockout.validation": "^2.0.4"
},
"devDependencies": {
"@types/knockout.mapping": "^2.0.35",
"@types/knockout.validation": "0.0.37",
"@types/node": "12.12.6"
}
}