-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 968 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
{
"name": "zr-elementor-addon",
"title": "ZIOR Elementor Addon",
"description": "Custom addon for elementor and elementor pro.",
"version": "0.1.7",
"homepage": "https://ziorweb.dev",
"author": {
"name": "ZIORWeb.Dev",
"url": "https://github.com/ZIORWebDev"
},
"license": "GPL 2.0",
"repository": {
"type": "git",
"url": "https://github.com/ZIORWebDev/zior-elementor-addon.git"
},
"devDependencies": {
"git-changelog": "^2.0.0",
"grunt-cli": "^1.4.3",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-compress": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^4.0.0",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-qunit": "^6.2.1",
"grunt-contrib-uglify": "^5.2.2",
"grunt-contrib-watch": "^1.1.0",
"grunt-git": "^1.1.1",
"grunt-push-svn": "^0.2.2",
"grunt-svn-checkout": "^0.3.0",
"grunt-text-replace": "^0.4.0",
"grunt-wp-deploy": "^2.1.2"
}
}