forked from kentcdodds/ng-stats
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
37 lines (37 loc) · 874 Bytes
/
bower.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
{
"name": "ng-stats",
"main": "dist/ng-stats.js",
"version": "2.2.0",
"authors": [
"Kent C. Dodds <[email protected]> (http://kent.doddsfamily.us)",
"Viper Bailey <[email protected]> (http://jinxidoru.blogspot.com)"
],
"contributors": [
"Kent C. Dodds <[email protected]> (http://kent.doddsfamily.us)",
"Viper Bailey <[email protected]> (http://jinxidoru.blogspot.com)"
],
"description": "Little utility to show stats about your page's angular digest/watches.",
"moduleType": [
"amd",
"globals",
"node"
],
"keywords": [
"angular",
"ng-stats",
"angularjs",
"utilities"
],
"license": "MIT",
"homepage": "https://github.com/kentcdodds/ng-stats",
"ignore": [
"src",
".gitignore",
".bowerrc",
"Gruntfile.js",
"server.js"
],
"dependencies": {
"angular": ">=1.2.x"
}
}