forked from wiley/madgex-lazy-ads
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 865 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": "lazyad-loader",
"version": "1.1.8",
"description": "Deliver synchronous ads asynchronously with RWD support without modifying the ad code.",
"homepage": "https://github.com/madgex/lazy-ads",
"author": "James Wragg <[email protected]>",
"repository": {
"type": "git",
"url": "http://github.com/madgex/lazy-ads.git"
},
"bugs": {
"url": "http://github.com/madgex/lazy-ads/issues"
},
"main": "dist/lazyad-loader.js",
"keywords": [
"ads",
"lazy-load",
"async",
"responsive"
],
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-concat": "~0.5.1",
"grunt-contrib-connect": "^0.10.1",
"grunt-contrib-uglify": "~0.9.1",
"grunt-contrib-watch": "~0.6.1",
"grunt-release": "^0.13.0"
},
"dependencies": {
"postscribe": "^1.4.0"
}
}