-
Notifications
You must be signed in to change notification settings - Fork 573
/
package.json
56 lines (56 loc) · 1.55 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "cmb2",
"title": "CMB2",
"version": "2.11.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",
"start": "node ./node_modules/grunt-cli/bin/grunt watch",
"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": "^5.5.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": {}
}