-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
26 lines (26 loc) · 1 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
{
"name": "ultimate-addons-for-beaver-builder-lite",
"version": "1.1.0",
"description": "Ultimate Addons is a free extension for Beaver Builder that adds 10 modules, and works on top of any Beaver Builder Package. (Free, Standard, Pro & Agency) You can use it with on any WordPress theme.",
"main": "Gruntfile.js",
"repository": {
"type": "git",
"url": "git+https://github.com/brainstormforce/ultimate-addons-for-beaver-builder-lite.git"
},
"author": "Brainstorm Force",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/brainstormforce/ultimate-addons-for-beaver-builder-lite/issues"
},
"homepage": "https://github.com/brainstormforce/ultimate-addons-for-beaver-builder-lite#readme",
"devDependencies": {
"grunt": "^1.6.1",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-compress": "^1.4.3",
"grunt-contrib-copy": "^1.0.0",
"grunt-release": "^0.14.0",
"grunt-wp-i18n": "^1.0.2",
"grunt-wp-readme-to-markdown": "^2.0.1",
"shelljs": "~0.8.1"
}
}