1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-12-11 22:24:21 +01:00
fab-manager/vendor/assets/components/angular-google-analytics/package.json

40 lines
1.2 KiB
JSON
Raw Normal View History

2015-05-05 03:10:25 +02:00
{
"name": "angular-google-analytics",
"description": "Angular Google Analytics - Easy tracking for your AngularJS application",
"version": "1.1.7",
2015-05-05 03:10:25 +02:00
"homepage": "http://github.com/revolunet/angular-google-analytics",
"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": {
"node": "*",
"npm": "*"
2015-05-05 03:10:25 +02:00
},
"license": "MIT",
2015-05-05 03:10:25 +02:00
"dependencies": {},
"devDependencies": {
"bower": "*",
"karma": "*",
"karma-chrome-launcher": "*",
"karma-jasmine": "*",
"grunt": "*",
"grunt-cli": "*",
2015-05-05 03:10:25 +02:00
"grunt-contrib-concat": "*",
"grunt-contrib-jshint": "*",
"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"
}
}