-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 806 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 806 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
{
"name": "wp-dfp",
"pluginName": "WP DFP",
"version": "1.1.7",
"description": "A simple & intuitive interface for displaying Google ads on your WP site",
"homepage": "https://github.com/oomphinc/wp-dfp",
"main": "wp-dfp/wp-dfp.php",
"repository": {
"type": "git",
"url": "https://github.com/oomphinc/wp-dfp.git"
},
"author": {
"name": "Oomph, Inc.",
"url": "http://www.oomphinc.com"
},
"contributors": [
{
"name": "Jonathan Cowher",
"email": "jcowher@oomphinc.com",
"url": "http://www.oomphinc.com/people/jcowher/"
}
],
"license": "MIT",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-sass": "^2.3.2",
"gulp-sequence": "^0.4.6",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^2.0.0",
"gulp-wp-pot": "^1.3.1"
}
}