init
This commit is contained in:
41
static/Vvvebjs/package.json
Normal file
41
static/Vvvebjs/package.json
Normal file
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"name": "vvvebjs",
|
||||
"description": "Drag and drop website builder javascript library",
|
||||
"version": "0.0.1",
|
||||
"author": "Ziadin Givan",
|
||||
"license": "Apache-2.0",
|
||||
"homepage": "https://www.vvveb.com/vvvebjs/editor.html",
|
||||
"main": "libs/builder/builder.js",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/givanz/VvvebJs.git"
|
||||
},
|
||||
"dependencies": {
|
||||
"express": "^4.19.2"
|
||||
},
|
||||
"keywords": [
|
||||
"vvvebjs",
|
||||
"drag-drop",
|
||||
"drag&drop",
|
||||
"drag",
|
||||
"drop",
|
||||
"wysiwyg",
|
||||
"web",
|
||||
"template",
|
||||
"editor",
|
||||
"site",
|
||||
"builder"
|
||||
],
|
||||
"scripts": {
|
||||
"gulp": "gulp",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"gulp": "^4.0.2",
|
||||
"gulp-file-include": "^2.3.0",
|
||||
"gulp-format-html": "^1.2.5",
|
||||
"gulp-sass": "^5.1.0",
|
||||
"node-sass": "^8.0.0",
|
||||
"sass": "^1.60.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user