-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
21 lines (21 loc) · 862 Bytes
/
package.json
File metadata and controls
21 lines (21 loc) · 862 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "wordpress-conditional-editor-plugin",
"version": "0.2.0",
"author": "Daniel M. Hendricks",
"license": "GPL-2.0-or-later",
"config": {
"slug": "conditional-editor"
},
"scripts": {
"translate": "wp-pot -s 'app/**/*.php' -o ./languages/$npm_package_name.pot -p $npm_package_config_slug",
"zip": "zip -q -r ../$npm_package_config_slug-$npm_package_version.zip * -x 'node_modules/*' '.git*' './src/*' './.*' './package*.*' './composer.*' './*.md' './*.log' './*.bak' './bower.json' './gulpfile.js' ",
"zip-dev": "zip -q -r ../$npm_package_config_slug-$npm_package_version-dev.zip * -x 'node_modules/*' '.git*' './*.log' '.DS_Store' './*.bak' "
},
"devDependencies": {
"wp-pot-cli": "^1.0"
},
"repository": {
"type": "git",
"url": "git://github.com/cloudverve/wordpress-conditional-editor-plugin.git"
}
}