forked from CalderaWP/Caldera-Forms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.08 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
{
"name": "caldera-forms",
"version": "1.5.7-b-1",
"description": "Apex WordPress Forms",
"main": "Gruntfile.js",
"directories": {
"test": "tests"
},
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-cli": "~0.1.11",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-compress": "^0.13.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-cssmin": "^1.0.2",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-mkdir": "^1.0.0",
"grunt-newer": "^1.2.0",
"grunt-remove": "^0.1.0",
"grunt-text-replace": "^0.4.0",
"load-grunt-tasks": "^3.5.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CalderaWP/Caldera-Forms.git"
},
"keywords": [
"WordPress"
],
"author": "Caldera Labs",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/CalderaWP/Caldera-Forms/issues"
},
"homepage": "https://github.com/CalderaWP/Caldera-Forms#readme"
}