-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 940 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
35
36
{
"name": "pd-forms",
"title": "pdForms",
"description": "Customization of netteForms for use in PeckaDesign.",
"version": "4.1.2",
"author": "PeckaDesign, s.r.o <support@peckadesign.cz>",
"contributors": [
"Radek Šerý <radek.sery@peckadesign.cz>",
"Petr Klobás <petr.klobas@peckadesign.cz>"
],
"repository": {
"type": "git",
"url": "https://github.com/peckadesign/pdForms"
},
"keywords": [
"nette",
"forms",
"netteForms",
"pdforms",
"form validation"
],
"bugs": "https://github.com/peckadesign/pdForms/issues",
"license": "MIT",
"homepage": "https://github.com/peckadesign/pdForms",
"scripts": {
"minifyRecaptcha": "uglifyjs -o src/assets/recaptcha/nette.ajax/pdForms.recaptcha.min.js src/assets/recaptcha/nette.ajax/pdForms.recaptcha.js"
},
"dependencies": {
"jquery": ">=1.7",
"nette-forms": ">=2.4.0 <3.2.0",
"nette.ajax.js": "^2.0.0"
},
"devDependencies": {
"uglify-js": "~3.8.0"
}
}