at path:
ROOT
/
wp-content
/
themes
/
Divi-Child
/
package.json
run:
R
W
Run
.github
DIR
2021-09-10 10:11:06
R
W
Run
grunt
DIR
2026-04-09 06:01:25
R
W
Run
js
DIR
2021-09-10 10:11:06
R
W
Run
modules
DIR
2026-04-09 05:54:38
R
W
Run
styles
DIR
2021-09-10 10:11:06
R
W
Run
.gitignore
340 By
2021-09-10 10:11:06
R
W
Run
Delete
Rename
Gruntfile.coffee
4.92 KB
2021-09-10 10:11:06
R
W
Run
Delete
Rename
LICENSE
17.62 KB
2021-09-10 10:11:06
R
W
Run
Delete
Rename
README.md
3.6 KB
2021-09-10 10:11:06
R
W
Run
Delete
Rename
functions.php
434 By
2021-09-10 10:11:06
R
W
Run
Delete
Rename
package.json
1.08 KB
2021-09-10 10:11:06
R
W
Run
Delete
Rename
screenshot.jpg
43.92 KB
2021-09-10 10:11:06
R
W
Run
Delete
Rename
style.css
726 By
2021-09-10 10:11:06
R
W
Run
Delete
Rename
error_log
up
📄
package.json
Save
{ "name": "divi-child-theme-init", "version": "0.1.2", "description": "Child theme template for Divi", "main": "Gruntfile.coffee", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/elegantthemes/divi-child-theme-init.git" }, "author": "Andy Tran", "license": "MIT", "bugs": { "url": "https://github.com/elegantthemes/divi-child-theme-init/issues" }, "homepage": "https://github.com/elegantthemes/divi-child-theme-init#readme", "dependencies": { "grunt": "^0.4.5" }, "devDependencies": { "autoprefixer": "^6.0.3", "coffeelint": "^1.14.2", "grunt": "^0.4.5", "grunt-coffeelint": "0.0.13", "grunt-contrib-coffee": "^0.13.0", "grunt-contrib-compress": "^0.14.0", "grunt-contrib-less": "^1.1.0", "grunt-contrib-sass": "^0.9.2", "grunt-contrib-watch": "^0.6.1", "grunt-csscomb": "^3.1.0", "grunt-notify": "^0.4.1", "grunt-postcss": "^0.7.0", "grunt-shell": "^1.1.2", "jit-grunt": "^0.9.1", "time-grunt": "^1.3.0" } }