-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·43 lines (43 loc) · 1.07 KB
/
package.json
File metadata and controls
executable file
·43 lines (43 loc) · 1.07 KB
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
38
39
40
41
42
43
{
"name": "jquery.tracking",
"version": "1.1.0",
"description": "This module helps to handle tracking clicks and events with google analytics, tagmanager and facebook.",
"main": "dist/jquery.tracking.js",
"repository": {
"type": "git",
"url": "git://github.com/creative-workflow/jquery.tracking.git"
},
"author": "Tom Hanoldt",
"license": "MIT",
"readmeFilename": "README.md",
"devDependencies": {
"coffeelint": "^1.16.0",
"grunt": "^1.0.1",
"grunt-coffeelint": "0.0.16",
"grunt-contrib-coffee": "^1.0.0",
"grunt-contrib-compress": "^1.4.3",
"grunt-contrib-jasmine": "^1.1.0",
"grunt-contrib-uglify": "^3.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-includes": "^1.0.0",
"jasmine-jquery": "^2.1.1"
},
"dependencies": {
"jquery": ">=1.8",
"npm": "^5.8.0"
},
"scripts": {
"test": "grunt test",
"build": "grunt"
},
"keywords": [
"jquery-plugin",
"ecosystem:jquery",
"tracking",
"browser",
"development",
"google analytics",
"google tagmanager",
"facebook pixel"
]
}