forked from Automattic/WP-Job-Manager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.22 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
{
"name": "wp-job-manager",
"title": "WP Job Manager",
"version": "1.31.0",
"homepage": "http://wordpress.org/plugins/wp-job-manager/",
"license": "GPL-2.0+",
"repository": "automattic/wp-job-manager",
"main": "Gruntfile.js",
"devDependencies": {
"grunt": "~1.0.1",
"grunt-checkbranch": "^1.0.4",
"grunt-checkrepo": "^0.1.0",
"grunt-checktextdomain": "~1.0.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "~2.2.0",
"grunt-contrib-jshint": "~1.1.0",
"grunt-contrib-less": "~1.4.0",
"grunt-contrib-sass": "~1.0.0",
"grunt-contrib-uglify": "~3.0.0",
"grunt-contrib-watch": "~1.0.0",
"grunt-gitinfo": "^0.1.8",
"grunt-phpcs": "^0.4.0",
"grunt-phpunit": "^0.3.6",
"grunt-postcss": "^0.8.0",
"grunt-rtlcss": "2.0.1",
"grunt-shell": "^2.1.0",
"grunt-stylelint": "^0.6.0",
"grunt-wp-deploy": "^1.2.1",
"grunt-wp-i18n": "~0.5.4",
"grunt-wp-readme-to-markdown": "^2.0.0",
"grunt-zip": "^0.17.1",
"mixtape": "git+https://github.com/Automattic/mixtape.git#faca4e486ae88661bd642c1b44e058b9bc461fa2"
},
"engines": {
"node": ">=0.8.0",
"npm": ">=1.1.0"
}
}