mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-12-04 15:24:23 +01:00
39 lines
1.1 KiB
JSON
39 lines
1.1 KiB
JSON
{
|
|
"name": "angular-google-analytics",
|
|
"description": "Angular Google Analytics - Easy tracking for your AngularJS application",
|
|
"version": "0.0.13",
|
|
"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": {
|
|
"postinstall": "node ./node_modules/bower/bin/bower install",
|
|
"postupdate": "node ./node_modules/bower/bin/bower update",
|
|
"test": "karma start test/karma.conf.js --single-run --browsers Chrome",
|
|
"test-server": "karma start test/karma.conf.js --browsers Chrome"
|
|
}
|
|
}
|