-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
33 lines (33 loc) · 903 Bytes
/
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
{
"name": "easy-social-sharing",
"title": "Easy Social Sharing",
"version": "1.3.6",
"homepage": "http://themegrill.com/plugins/easy-social-sharing/",
"repository": {
"type": "git",
"url": "git@bitbucket.org:ThemeGrill/easy-social-sharing.git"
},
"license": "GPL-3.0+",
"main": "Gruntfile.js",
"devDependencies": {
"autoprefixer": "~7.1.1",
"grunt": "^1.5.3",
"grunt-checktextdomain": "~1.0.1",
"grunt-contrib-concat": "~1.0.1",
"grunt-contrib-cssmin": "~2.2.0",
"grunt-contrib-jshint": "~1.1.0",
"grunt-contrib-uglify": "~3.0.1",
"grunt-contrib-watch": "~1.0.0",
"grunt-phpcbf": "^0.1.1",
"grunt-phpcs": "~0.4.0",
"grunt-postcss": "~0.8.0",
"grunt-rtlcss": "~2.0.1",
"grunt-sass": "^2.0.0",
"grunt-stylelint": "~0.8.0",
"grunt-wp-i18n": "~1.0.0"
},
"engines": {
"node": ">=0.8.0",
"npm": ">=1.1.0"
}
}