-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
44 lines (44 loc) · 1.6 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
{
"name": "angulartics-mixpanel",
"version": "0.1.3",
"description": "Mixpanel plugin for Angulartics",
"keywords": [
"mixpanel",
"analytics",
"plugin",
"angular",
"angulartics"
],
"author": "L42y <[email protected]> (https://github.com/L42y)",
"contributors": [
"Tim Elfelt <[email protected]> (https://github.com/timelf123)",
"Tomás Escobar <[email protected]> (https://github.com/tomasescobar)",
"William Li <[email protected]> (https://github.com/wli)",
"pcw216 <[email protected]> (https://github.com/pcwinters)",
"Sampo Savolainen <[email protected]> (https://github.com/sampov2)",
"Luis Farzati <[email protected]> (https://github.com/luisfarzati)",
"mirko02 <[email protected]> (https://github.com/mirko02)",
"Jude Matsalla <[email protected]> (https://github.com/judemat)",
"Michael Holroyd <[email protected]> (https://github.com/meekohi)"
],
"main": "lib/index.js",
"scripts": {
"clean": "rm -rf dist",
"prebuild": "npm run clean",
"build": "mkdir -p dist && uglifyjs lib/angulartics-mixpanel.js --compress --source-map dist/angulartics-mixpanel.min.js.map --source-map-root .. --source-map-url ../dist/angulartics-mixpanel.min.js.map -o dist/angulartics-mixpanel.min.js"
},
"repository": {
"type": "git",
"url": "https://github.com/angulartics/angulartics-mixpanel"
},
"bugs": {
"url": "https://github.com/angulartics/angulartics-mixpanel/issues"
},
"license": "MIT",
"dependencies": {
"angulartics": "~1.0.0"
},
"devDependencies": {
"uglify-js": "^2.4.23"
}
}