-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a94765b
commit f03e4fa
Showing
1 changed file
with
52 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,55 +1,55 @@ | ||
{ | ||
"name": "cmb2", | ||
"title": "CMB2", | ||
"version": "2.9.0", | ||
"description": "CMB2 is a developer's toolkit for building metaboxes, custom fields, and forms for WordPress that will blow your mind.", | ||
"main": "Gruntfile.js", | ||
"directories": { | ||
"test": "tests" | ||
}, | ||
"scripts": { | ||
"env": "wp-env", | ||
"grunt": "node ./node_modules/grunt-cli/bin/grunt", | ||
"watch": "node ./node_modules/grunt-cli/bin/grunt watch", | ||
"name": "cmb2", | ||
"title": "CMB2", | ||
"version": "2.9.0", | ||
"description": "CMB2 is a developer's toolkit for building metaboxes, custom fields, and forms for WordPress that will blow your mind.", | ||
"main": "Gruntfile.js", | ||
"directories": { | ||
"test": "tests" | ||
}, | ||
"scripts": { | ||
"env": "wp-env", | ||
"grunt": "node ./node_modules/grunt-cli/bin/grunt", | ||
"watch": "node ./node_modules/grunt-cli/bin/grunt watch", | ||
"cypress": "npm run env start && npm run env clean tests && npx cypress run --config video=false", | ||
"phptests": "vendor/bin/phpunit" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/CMB2/CMB2" | ||
}, | ||
"author": { | ||
"name": "CMB2 team", | ||
"email": "[email protected]", | ||
"url": "https://cmb2.io" | ||
}, | ||
"license": "GPLv2", | ||
"bugs": { | ||
"url": "https://github.com/CMB2/CMB2/issues" | ||
}, | ||
"homepage": "https://cmb2.io", | ||
"devDependencies": { | ||
"@wordpress/env": "^4.1.0", | ||
"cypress": "^8.3.0", | ||
"grunt": "^1.0.4", | ||
"grunt-asciify": "~0.2.2", | ||
"grunt-banner": "^0.6.0", | ||
"grunt-checktextdomain": "^1.0.0", | ||
"grunt-cli": "^1.3.2", | ||
"grunt-contrib-cssmin": "^3.0.0", | ||
"grunt-contrib-jshint": "^2.1.0", | ||
"grunt-contrib-sass": "^0.7.4", | ||
"grunt-contrib-uglify": "^0.4.1", | ||
"grunt-contrib-watch": "^1.1.0", | ||
"grunt-csscomb": "^4.0.0", | ||
"grunt-cssjanus": "^0.2.2", | ||
"grunt-exec": "^0.4.6", | ||
"grunt-newer": "^1.1.0", | ||
"grunt-phpunit": "~0.3.6", | ||
"grunt-potomo": "^3.1.1", | ||
"grunt-update-submodules": "~0.4.1", | ||
"grunt-wp-i18n": "^1.0.3", | ||
"load-grunt-tasks": "^5.1.0" | ||
}, | ||
"dependencies": {} | ||
"phptests": "vendor/bin/phpunit" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/CMB2/CMB2" | ||
}, | ||
"author": { | ||
"name": "CMB2 team", | ||
"email": "[email protected]", | ||
"url": "https://cmb2.io" | ||
}, | ||
"license": "GPLv2", | ||
"bugs": { | ||
"url": "https://github.com/CMB2/CMB2/issues" | ||
}, | ||
"homepage": "https://cmb2.io", | ||
"devDependencies": { | ||
"@wordpress/env": "^4.1.0", | ||
"cypress": "^8.3.0", | ||
"grunt": "^1.0.4", | ||
"grunt-asciify": "~0.2.2", | ||
"grunt-banner": "^0.6.0", | ||
"grunt-checktextdomain": "^1.0.0", | ||
"grunt-cli": "^1.3.2", | ||
"grunt-contrib-cssmin": "^3.0.0", | ||
"grunt-contrib-jshint": "^2.1.0", | ||
"grunt-contrib-sass": "^0.7.4", | ||
"grunt-contrib-uglify": "^0.4.1", | ||
"grunt-contrib-watch": "^1.1.0", | ||
"grunt-csscomb": "^4.0.0", | ||
"grunt-cssjanus": "^0.2.2", | ||
"grunt-exec": "^0.4.6", | ||
"grunt-newer": "^1.1.0", | ||
"grunt-phpunit": "~0.3.6", | ||
"grunt-potomo": "^3.1.1", | ||
"grunt-update-submodules": "~0.4.1", | ||
"grunt-wp-i18n": "^1.0.3", | ||
"load-grunt-tasks": "^5.1.0" | ||
}, | ||
"dependencies": {} | ||
} |