-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 1.08 KB
/
package.json
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
27
28
29
30
{
"name": "wp-category-dropdown",
"version": "1.0.0",
"description": "Download the zip file and upload it to your WordPress plugins. Activate the plugin.\r You can use the shortocde [wpcd_child_categories_dropdown] to create the dropdown.",
"main": "build/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "wp-scripts start",
"build": "wp-scripts build",
"bundle": "dir-archiver --src . --dest ../wp-category-dropdown.zip --exclude .DS_Store .git .gitattributes .github .gitignore README.md node_modules package-lock.json package.json .vscode"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cguntur/wp-category-dropdown.git"
},
"author": "Chandrika Guntur",
"license": "ISC",
"bugs": {
"url": "https://github.com/cguntur/wp-category-dropdown/issues"
},
"homepage": "https://github.com/cguntur/wp-category-dropdown#readme",
"devDependencies": {
"@wordpress/scripts": "24.1.0"
},
"dependencies": {
"dir-archiver": "^1.2.0",
"npm-upgrade": "^2.0.4",
"react-scripts": "^2.1.3"
}
}