2015-05-05 03:10:25 +02:00
|
|
|
{
|
|
|
|
"name": "angular-google-analytics",
|
|
|
|
"description": "Angular Google Analytics - Easy tracking for your AngularJS application",
|
2016-03-23 18:39:41 +01:00
|
|
|
"version": "0.0.15",
|
2015-05-05 03:10:25 +02:00
|
|
|
"homepage": "http://github.com/revolunet/angular-google-analytics",
|
|
|
|
"author": "Julien Bouquillon <julien@revolunet.com>",
|
|
|
|
"main": "./src/angular-google-analytics.js",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/revolunet/angular-google-analytics.git"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">= 0.8"
|
|
|
|
},
|
|
|
|
"licenses": [
|
|
|
|
{
|
|
|
|
"type": "MIT",
|
|
|
|
"url": "http://revolunet.mit-license.org"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"dependencies": {},
|
|
|
|
"devDependencies": {
|
|
|
|
"bower": "*",
|
|
|
|
"karma": "~0.8.0",
|
|
|
|
"grunt": ">=0.4.0",
|
|
|
|
"grunt-contrib-concat": "*",
|
|
|
|
"grunt-contrib-jshint": "*",
|
|
|
|
"grunt-contrib-uglify": "*",
|
|
|
|
"grunt-release": "~0.3.3",
|
|
|
|
"grunt-conventional-changelog": "0.0.12"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "karma start test/karma.conf.js --single-run --browsers Chrome",
|
|
|
|
"test-server": "karma start test/karma.conf.js --browsers Chrome"
|
|
|
|
}
|
|
|
|
}
|