forked from angulartics/angulartics-google-analytics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 2.19 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
{
"name": "angulartics-google-analytics",
"version": "0.2.0",
"description": "Google Analytics plugin for Angulartics",
"keywords": [
"google",
"analytics",
"plugin",
"angular",
"angulartics"
],
"author": "Luis Farzati <[email protected]> (https://github.com/luisfarzati)",
"contributors": [
"Simon <[email protected]> (https://github.com/zwacky)",
"Simon Morvan <[email protected]> (https://github.com/morvans)",
"Albert Martin <[email protected]> (https://github.com/Ignigena)",
"Jared Orme <[email protected]> (https://github.com/ormagomy)",
"Thom Leigh <[email protected]> (https://github.com/trolleycrash)",
"Dexter Clark <[email protected]> (https://github.com/birge)",
"ravishivt <[email protected]> (https://github.com/ravishivt)",
"Tim Elfelt <[email protected]> (https://github.com/timelf123)",
"Michael Kolodny <[email protected]> (https://github.com/mkolodny)",
"Robert Bak <[email protected]> (https://github.com/robertbak)",
"philo <[email protected]> (https://github.com/Philo)",
"Gilad Beeri <[email protected]> (https://github.com/giladbeeri)",
"Bettina Steger <[email protected]> (https://github.com/lpsBetty)",
"Blake Miller <[email protected]> (https://github.com/blak3mill3r)",
"Hannah Fouasnon <[email protected]> (https://github.com/fouasnon)",
"Alex Logvynovskiy <[email protected]> (https://github.com/dr-axly)",
"Fil Maj <[email protected]> (https://github.com/filmaj)"
],
"main": "lib/index.js",
"scripts": {
"clean": "rm -rf dist",
"prebuild": "npm run clean",
"build": "mkdir -p dist && uglifyjs lib/angulartics-ga.js --compress --source-map dist/angulartics-ga.min.js.map --source-map-root .. --source-map-url ../dist/angulartics-ga.min.js.map -o dist/angulartics-ga.min.js",
"test": "npm build"
},
"repository": {
"type": "git",
"url": "https://github.com/angulartics/angulartics-google-analytics"
},
"bugs": {
"url": "https://github.com/angulartics/angulartics-google-analytics/issues"
},
"license": "MIT",
"peerDependencies": {
"angulartics": "^1.0.0"
},
"devDependencies": {
"uglify-js": "^2.4.23"
}
}