-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 819 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 819 Bytes
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
{
"name": "cf-connected-forms",
"version": "1.3.0-b-2",
"description": "Connect multiple Caldera Forms into one sequence.",
"repository": {
"type": "git",
"url": "https://github.com/CalderaWP/cf-connected-forms"
},
"author": "CalderaWP",
"license": "GPLv2+",
"bugs": {
"url": "https://github.com/CalderaWP/cf-connected-forms/issues"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-cli": "~0.1.11",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-compress": "^0.13.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-git": "^0.3.3",
"grunt-shell": "^1.1.1",
"grunt-text-replace": "^0.4.0",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-minify": "0.0.15",
"gulp-sass": "^2.1.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-watch": "^4.3.5"
}
}