-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 812 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 812 Bytes
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
{
"name": "ultimate-posts-widget",
"version": "2.0.8",
"contributors": [
"Boston Dell-Vandenberg <hello@bostondv.com>"
],
"homepage": "http://wordpress.org/plugins/ultimate-posts-widget/",
"repository": {
"type": "git",
"url": "https://github.com/bostondv/ultimate-posts-widget.git"
},
"bugs": {
"url": "https://github.com/bostondv/ultimate-posts-widget/issues/"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"engines": {
"node": ">= 0.10.0"
},
"devDependencies": {
"gulp": "^3.8.6",
"gulp-autoprefixer": "^0.0.8",
"gulp-minify-css": "^0.3.7",
"gulp-rename": "^1.2.0",
"gulp-ruby-sass": "^0.7.1",
"gulp-size": "^1.0.0",
"gulp-uglifyjs": "^0.4.2",
"gulp-util": "^3.0.0"
}
}