forked from angulartics/angulartics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 3.16 KB
/
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
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.1",
"filename": "./src/angulartics.min.js",
"main": "./src/angulartics.js",
"homepage": "http://angulartics.github.io/",
"author": "Luis Farzati <[email protected]> (http://github.com/luisfarzati)",
"contributors": [
"Tim Elfelt <[email protected]> (https://github.com/timelf123)",
"Simon Morvan <[email protected]> (https://github.com/morvans)",
"Corinna Cohn <[email protected]>",
"Tarun Garg <[email protected]> (https://github.com/tarun1793)",
"Ruben Oostinga <[email protected]> (https://github.com/0xR)",
"Adam Creeger <[email protected]> (https://github.com/acreeger)",
"Jan Nicklas <[email protected]> (https://github.com/jantimon)",
"Tomás Escobar <[email protected]> (https://github.com/tomasescobar)",
"Martin Crawford <[email protected]> (https://github.com/bemisguided)",
"Contantine Kim <[email protected]> (https://github.com/elegantcoder)",
"Larry Botha <[email protected]> (https://github.com/larrybotha)",
"Justin Russell <[email protected]> (https://github.com/jtrussell)",
"William Li <[email protected]> (https://github.com/wli)",
"pcw216 <[email protected]>",
"Nhat Nguyen <[email protected]> (https://github.com/ndnhat)",
"Chris Mendis <[email protected]> (https://github.com/chrismendis)",
"Sampo Savolainen <[email protected]> (https://github.com/sampov2)",
"Michał Gołębiowski <[email protected]> (https://github.com/mzgol)",
"Haim Litvak <[email protected]>",
"Hannah Fouasnon <[email protected]> (https://github.com/fouasnon)",
"Martin <[email protected]> (https://github.com/malog84)",
"tlekan <[email protected]> (https://github.com/tlekan)",
"Blake Blackshear <[email protected]> (https://github.com/blakeblackshear)",
"Guillermo Alcantara <[email protected]> (https://github.com/eipipuz)",
"Michael Cameron Delaney <[email protected]> (https://github.com/NewMediaRoc)",
"Chris Soyars <[email protected]> (https://github.com/ctso)",
"Fil Maj <[email protected]> (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"
}
}