2015-05-05 03:10:25 +02:00
|
|
|
{
|
|
|
|
"name": "angular-google-analytics",
|
|
|
|
"description": "Angular Google Analytics - Easy tracking for your AngularJS application",
|
2016-05-24 14:51:23 +02:00
|
|
|
"version": "1.1.7",
|
2015-05-05 03:10:25 +02:00
|
|
|
"homepage": "http://github.com/revolunet/angular-google-analytics",
|
2016-05-24 14:51:23 +02:00
|
|
|
"author": "Julien Bouquillon <julien@revolunet.com> (https://github.com/revolunet)",
|
|
|
|
"contributors": [
|
|
|
|
"Julien Bouquillon (https://github.com/revolunet)",
|
|
|
|
"Justin Saunders (https://github.com/justinsa)",
|
|
|
|
"Chris Esplin (https://github.com/deltaepsilon)",
|
|
|
|
"Adam Misiorny (https://github.com/adam187)"
|
|
|
|
],
|
|
|
|
"main": "index.js",
|
2015-05-05 03:10:25 +02:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/revolunet/angular-google-analytics.git"
|
|
|
|
},
|
|
|
|
"engines": {
|
2016-05-24 14:51:23 +02:00
|
|
|
"node": "*",
|
|
|
|
"npm": "*"
|
2015-05-05 03:10:25 +02:00
|
|
|
},
|
2016-05-24 14:51:23 +02:00
|
|
|
"license": "MIT",
|
2015-05-05 03:10:25 +02:00
|
|
|
"dependencies": {},
|
|
|
|
"devDependencies": {
|
|
|
|
"bower": "*",
|
2016-05-24 14:51:23 +02:00
|
|
|
"karma": "*",
|
|
|
|
"karma-chrome-launcher": "*",
|
|
|
|
"karma-jasmine": "*",
|
|
|
|
"grunt": "*",
|
|
|
|
"grunt-cli": "*",
|
2015-05-05 03:10:25 +02:00
|
|
|
"grunt-contrib-concat": "*",
|
|
|
|
"grunt-contrib-jshint": "*",
|
2016-05-24 14:51:23 +02:00
|
|
|
"grunt-contrib-uglify": "*"
|
2015-05-05 03:10:25 +02:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "karma start test/karma.conf.js --single-run --browsers Chrome",
|
|
|
|
"test-server": "karma start test/karma.conf.js --browsers Chrome"
|
|
|
|
}
|
|
|
|
}
|