GIF94;
| Path : /var/www/wordpress/wp-content/plugins/oxygen/plugin/design-library/editor/ |
| Current File : /var/www/wordpress/wp-content/plugins/oxygen/plugin/design-library/editor/package.json |
{
"name": "editor",
"version": "1.0.0",
"description": "",
"source": "src/editor.jsx",
"main": "dist/editor.js",
"scripts": {
"watch": "parcel watch",
"build": "parcel build"
},
"author": "",
"license": "ISC",
"devDependencies": {
"parcel": "^2.6.2"
}
}