-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.18 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
{
"name": "team-members-for-elementor",
"title": "Team Members for Elementor",
"description": "The best WordPress plugin ever made!",
"version": "1.0.4",
"homepage": "http://pluginever.com",
"author": {
"name": "PluginEver",
"email": "[email protected]",
"url": "http://pluginever.com"
},
"devDependencies": {
"grunt": "^1.0.4",
"autoprefixer": "~8.6.2",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-compress": "^1.5.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^2.2.1",
"grunt-contrib-imagemin": "^2.0.1",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-nodeunit": "^1.0.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "^3.4.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-livereload": "^0.1.3",
"grunt-notify": "^0.4.5",
"grunt-phpcs": "^0.4.0",
"grunt-wp-i18n": "^1.0.3",
"jshint-stylish": "^2.2.1"
},
"keywords": [],
"dependencies": {
"grunt-checktextdomain": "^1.0.1",
"grunt-cli": "^1.3.2",
"grunt-postcss": "^0.9.0",
"grunt-prompt": "^1.3.3",
"grunt-sass": "^2.1.0",
"grunt-stylelint": "^0.11.0"
}
}