-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 847 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 847 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "ng-google-analytics",
"version": "2.0.1",
"description": "Google Analytics wrapper for AngularJS",
"main": "dist/ng-google-analytics.js",
"dependencies": {
"grunt": "^0.4.5",
"grunt-contrib-coffee": "^0.13.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-coffee": "^0.13.0",
"grunt-contrib-uglify": "^0.9.1"
},
"scripts": {
"test": "npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vtex/ng-google-analytics.git"
},
"keywords": [
"angular",
"google-analytics",
"analytics",
"vtex"
],
"author": "Gustavo Giserman",
"license": "ISC",
"bugs": {
"url": "https://github.com/vtex/ng-google-analytics/issues"
},
"homepage": "https://github.com/vtex/ng-google-analytics#readme"
}