UNPKG

create-custom-divi-extension

Version:

This project was bootstrapped with [Create Divi Extension](https://github.com/elegantthemes/create-divi-extension).

52 lines (51 loc) 1.29 kB
{ "name": "create-custom-divi-extension", "version": "0.1.0", "bin": { "create-custom-divi-extension": "bin/cli.js" }, "dependencies": { "divi-scripts": "1.0.0", "react": "^16.3.2", "react-dom": "^16.3.2" }, "scripts": { "start": "divi-scripts start", "build": "divi-scripts build", "zip": "divi-scripts build && divi-scripts zip", "eject": "divi-scripts eject" }, "browserslist": { "development": [ "last 2 chrome versions", "last 2 firefox versions", "last 2 edge versions" ], "production": [ ">1%", "last 4 versions", "Firefox ESR", "not ie < 11" ] }, "cde": { "gettext": "dicm-divi-custom-modules", "prefix": "dicm" }, "description": "This project was bootstrapped with [Create Divi Extension](https://github.com/elegantthemes/create-divi-extension).", "main": "index.js", "repository": { "type": "git", "url": "git+https://github.com/YasithaRanga/create-divi-extension-v2.git" }, "keywords": [ "Divi", "Modules" ], "author": "Yasitha Ranga", "license": "ISC", "bugs": { "url": "https://github.com/YasithaRanga/create-divi-extension-v2/issues" }, "homepage": "https://github.com/YasithaRanga/create-divi-extension-v2#readme" }