forked from awsmug/torro-forms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.36 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": "torro-forms",
"version": "1.0.4",
"description": "Torro Forms is an extendable WordPress form builder with Drag & Drop functionality, chart evaluation and more - with WordPress look and feel.",
"keywords": [
"wordpress",
"plugin",
"forms",
"form builder",
"surveys",
"polls",
"votes",
"charts",
"api"
],
"author": {
"name": "Awesome UG",
"email": "[email protected]",
"url": "https://www.awesome.ug"
},
"contributors": [
{
"name": "Sven Wagener",
"email": "[email protected]",
"url": "https://www.awesome.ug"
},
{
"name": "Felix Arntz",
"email": "[email protected]",
"url": "https://felix-arntz.me"
}
],
"homepage": "https://torro-forms.com",
"repository": {
"type": "git",
"url": "git://github.com/awsmug/torro-forms.git"
},
"bugs": {
"url": "https://github.com/awsmug/torro-forms/issues"
},
"license": "GPL-2.0-or-later",
"engines": {
"node": ">= 6.9.4"
},
"devDependencies": {
"gulp": "~3.9.1",
"gulp-banner": "~0.1.3",
"gulp-clean-css": "~2.3.2",
"gulp-concat": "~2.6.1",
"gulp-csscomb": "~3.0.8",
"gulp-jscs": "~4.0.0",
"gulp-jshint": "~2.0.4",
"gulp-rename": "^1.2.3",
"gulp-replace": "~0.5.4",
"gulp-sass": "~3.1.0",
"gulp-uglify": "~2.0.1",
"jshint": "~2.9.4"
}
}