This repository was archived by the owner on Jan 10, 2023. It is now read-only.
forked from angulartics/angulartics
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 3.16 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 3.16 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "angulartics",
"description": "Vendor-agnostic web analytics for AngularJS applications",
"version": "0.20.3",
"filename": "./src/angulartics.min.js",
"main": "./src/angulartics.js",
"homepage": "http://angulartics.github.io/",
"author": "Luis Farzati <lfarzati@gmail.com> (http://github.com/luisfarzati)",
"contributors": [
"Tim Elfelt <timelf123@gmail.com> (https://github.com/timelf123)",
"Simon Morvan <garphy@zone84.net> (https://github.com/morvans)",
"Corinna Cohn <ccohn@fusionalliance.com>",
"Tarun Garg <tarun1793@users.noreply.github.com> (https://github.com/tarun1793)",
"Ruben Oostinga <roostinga@xebia.com> (https://github.com/0xR)",
"Adam Creeger <adamcreeger@gmail.com> (https://github.com/acreeger)",
"Jan Nicklas <j.nicklas@me.com> (https://github.com/jantimon)",
"Tomás Escobar <tomasescobar@users.noreply.github.com> (https://github.com/tomasescobar)",
"Martin Crawford <bemisguided@users.noreply.github.com> (https://github.com/bemisguided)",
"Contantine Kim <elegantcoder@gmail.com> (https://github.com/elegantcoder)",
"Larry Botha <larry@fixate.it> (https://github.com/larrybotha)",
"Justin Russell <jus.russell@gmail.com> (https://github.com/jtrussell)",
"William Li <wli@williamhli.com> (https://github.com/wli)",
"pcw216 <pwinters@rallydev.com>",
"Nhat Nguyen <ndnhat@hotmail.com> (https://github.com/ndnhat)",
"Chris Mendis <chris.mendis@gmail.com> (https://github.com/chrismendis)",
"Sampo Savolainen <sampo.savolainen@spatineo.com> (https://github.com/sampov2)",
"Michał Gołębiowski <m.goleb@gmail.com> (https://github.com/mzgol)",
"Haim Litvak <haim.litvak@hp.com>",
"Hannah Fouasnon <hanelifou@gmail.com> (https://github.com/fouasnon)",
"Martin <martinlogdberg@gmail.com> (https://github.com/malog84)",
"tlekan <tom.lekan@gmail.com> (https://github.com/tlekan)",
"Blake Blackshear <bblackshear@nextgxdx.com> (https://github.com/blakeblackshear)",
"Guillermo Alcantara <guillermo.alcantara@gmail.com> (https://github.com/eipipuz)",
"Michael Cameron Delaney <michaelcamerondelaney@gmail.com> (https://github.com/NewMediaRoc)",
"Chris Soyars <ctso@ctso.me> (https://github.com/ctso)",
"Fil Maj <maj.fil@gmail.com> (https://github.com/filmaj)"
],
"repository": {
"type": "git",
"url": "git://github.com/angulartics/angulartics.git"
},
"keywords": [
"angular",
"analytics",
"tracking",
"google analytics",
"google tag manager",
"woopra",
"splunk",
"piwik",
"page tracking",
"event tracking",
"scroll tracking",
"inspectlet"
],
"bugs": {
"url": "http://github.com/angulartics/angulartics/issues"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-bump": "0.0.15",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-concat": "^0.4.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.4.0",
"grunt-conventional-changelog": "^1.1.0",
"load-grunt-tasks": "^0.6.0",
"grunt-karma": "^0.8.2",
"grunt-shell": "^1.0.0",
"karma": "^0.12.9",
"karma-jasmine": "^0.1.5",
"karma-phantomjs-launcher": "^0.1.4",
"phantomjs": "^1.9.7-15"
}
}