-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 924 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
34
35
36
37
{
"name": "jquery-gtm-in-viewport-manager-plugin",
"version": "1.0.1",
"description": "A manager of in-viewport events for Google Tag Manager.",
"main": "dist/build/jquery.gtm-in-viewport.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git_url"
},
"keywords": [
"jquery-plugin",
"ecosystem:jquery",
"gtm",
"tag",
"event",
"in-viewport"
],
"author": "Agilie Team <[email protected]> (https://agilie.com)",
"contributors": [
"Eugene Zareckiy <[email protected]> (https://github.com/ujinius)"
],
"license": "MIT",
"devDependencies": {
"fs": "0.0.1-security",
"gulp": "^3.9.1",
"gulp-coffee": "^2.3.4",
"gulp-coffeelint": "^0.6.0",
"gulp-concat": "^2.6.1",
"gulp-header": "^1.8.8",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^3.0.0",
"wiredep": "^4.0.0"
}
}