-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 771 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 771 Bytes
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": "elementor-site-builder",
"version": "1.0.0",
"description": "A collection of extensions which help you build stunning websites with Elementor.",
"repository": {
"type": "git",
"url": "https://github.com/i30/elementor-site-builder.git"
},
"keywords": [
"wordpress",
"plugin"
],
"author": "SarahCoding",
"license": "MIT",
"bugs": {
"url": "https://github.com/i30/elementor-site-builder/issues"
},
"homepage": "https://github.com/i30/elementor-site-builder#readme",
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/preset-react": "^7.9.4",
"babel-loader": "^8.1.0",
"webpack": "^4.43.0"
}
}