├── .gitignore ├── LICENSE ├── README-ZH_CN.md ├── README.md ├── bower.json ├── dist └── tracker.min.js └── package.json /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PGYER/frontend-tracker/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PGYER/frontend-tracker/HEAD/LICENSE -------------------------------------------------------------------------------- /README-ZH_CN.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PGYER/frontend-tracker/HEAD/README-ZH_CN.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PGYER/frontend-tracker/HEAD/README.md -------------------------------------------------------------------------------- /bower.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PGYER/frontend-tracker/HEAD/bower.json -------------------------------------------------------------------------------- /dist/tracker.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PGYER/frontend-tracker/HEAD/dist/tracker.min.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PGYER/frontend-tracker/HEAD/package.json --------------------------------------------------------------------------------