-
Notifications
You must be signed in to change notification settings - Fork 70
/
package.json
47 lines (47 loc) · 1.08 KB
/
package.json
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
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "angularytics",
"description": "The solution to tracking page views and events in a SPA with AngularJS",
"version": "0.4.0",
"filename": "angularytics.min.js",
"main": "./dist/angularytics.min.js",
"homepage": "https://github.com/mgonto/angularytics",
"author": "Martin Gontovnikas <martin@gonto.com.ar>",
"repository": {
"type": "git",
"url": "git://github.com/mgonto/angularytics.git"
},
"engines": {
"node": ">= 0.9"
},
"keywords": [
"angular",
"analytics",
"page view",
"events",
"track",
"tracking",
"spa"
],
"maintainers": [
{
"name": "Martin Gontovnikas",
"website": "http://gon.to/"
}
],
"dependencies": {},
"devDependencies": {
"grunt-cli": ">= 0.1.7",
"grunt-contrib-concat": "*",
"grunt-contrib-jshint": "*",
"grunt-contrib-uglify": "*",
"grunt-bower": "*",
"grunt-bower-task": "*",
"grunt-karma": "*",
"grunt-ngmin": "latest",
"grunt-conventional-changelog": "0.0.12",
"grunt-zip": "*"
},
"scripts": {
"test": "grunt test --verbose"
}
}