-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
35 lines (35 loc) · 1.04 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
{
"name": "Shared-Counts",
"version": "1.2.0",
"description": "WordPress plugin that leverages SharedCount.com API to quickly retrieve, cache, and display various social sharing counts.",
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/jaredatch/shared-counts.git"
},
"author": "Jared Atchison and Bill Erickson <[email protected]>",
"license": "GPL-2.0+",
"bugs": {
"url": "https://github.com/jaredatch/shared-counts/issues"
},
"homepage": "https://github.com/jaredatch/shared-counts#readme",
"devDependencies": {
"ansi-colors": "^3.2.4",
"fancy-log": "^1.3.3",
"gulp": "^4.0.0",
"gulp-cli": "^2.1.0",
"gulp-debug": "^4.0.0",
"gulp-filter": "^5.1.0",
"gulp-if": "^2.0.2",
"gulp-load-plugins": "^1.5.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-sass-inheritance": "^1.1.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"gulp-watch": "^5.0.1",
"gulp-wp-pot": "^2.3.5",
"gulp-zip": "^4.2.0"
},
"dependencies": {}
}