forked from angulartics/angulartics2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
130 lines (130 loc) · 5.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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
{
"name": "angulartics2",
"description": "Vendor-agnostic web analytics for Angular2 applications",
"homepage": "http://angulartics.github.io/",
"author": "João Ribeiro <[email protected]> (http://github.com/JonnyBGod)",
"contributors": [
"Luis Farzati <[email protected]> (http://github.com/luisfarzati)",
"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)",
"Adam Yost <[email protected]> (https://github.com/swimmadude66)",
"Adam S. Kirschner <[email protected]> (https://github.com/hikirsch)",
"Tyler Danielson <[email protected]> (https://github.com/tydanielson)"
],
"devDependencies": {
"@angular/common": "^4.2.4",
"@angular/compiler": "^4.2.4",
"@angular/compiler-cli": "^4.2.4",
"@angular/core": "^4.2.4",
"@angular/platform-browser": "^4.2.4",
"@angular/platform-browser-dynamic": "^4.2.4",
"@angular/router": "^4.2.4",
"@types/applicationinsights-js": "^1.0.4",
"@types/core-js": "^0.9.42",
"@types/jasmine": "^2.5.53",
"@types/node": "^8.0.4",
"awesome-typescript-loader": "^3.1.3",
"clean-webpack-plugin": "^0.1.16",
"codelyzer": "^3.1.1",
"commitizen": "^2.9.6",
"concurrently": "^3.5.0",
"core-js": "^2.4.1",
"cz-conventional-changelog": "^2.0.0",
"istanbul-instrumenter-loader": "^0.2.0",
"jasmine-core": "^2.6.4",
"karma": "^1.7.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^1.1.0",
"karma-mocha-reporter": "^2.2.2",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.2",
"reflect-metadata": "^0.1.10",
"rimraf": "^2.6.1",
"rxjs": "^5.4.1",
"semantic-release": "^6.3.6",
"source-map-loader": "^0.2.1",
"systemjs": "^0.20.14",
"ts-helpers": "^1.1.1",
"tslint": "^5.4.3",
"tslint-loader": "^3.5.3",
"typescript": "^2.4.1",
"webpack": "^3.0.0",
"zone.js": "^0.8.12"
},
"bugs": {
"url": "http://github.com/angulartics/angulartics2/issues"
},
"scripts": {
"rimraf": "rimraf",
"lint": "tslint --type-check ./*.ts ./src/{,*/}*.ts",
"pretest": "npm run rimraf -- dist coverage",
"test": "karma start",
"test-watch": "karma start --singleRun=false --autoWatch=true",
"clean": "npm cache clean && npm run rimraf -- node_modules dist coverage",
"preclean:install": "npm run clean",
"clean:install": "npm set progress=false && npm i",
"commit": "git-cz",
"prebuild": "npm run rimraf -- dist",
"build": "ngc --p tsconfig.es5.json && ngc --p tsconfig.es2015.json && webpack",
"semantic-release": "semantic-release pre && npm run build && npm publish && semantic-release post"
},
"main": "dist/core.umd.js",
"module": "dist/es5/index.js",
"es2015": "dist/index.js",
"typings": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/angulartics/angulartics2.git"
},
"keywords": [
"angular2",
"ng2",
"angular",
"analytics",
"tracking",
"google analytics",
"google tag manager",
"woopra",
"splunk",
"piwik",
"page tracking",
"event tracking",
"scroll tracking",
"inspectlet"
],
"license": "MIT",
"engines": {
"node": ">=6.9.0"
},
"config": {
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
}
}
}