Skip to content

Commit 9caf497

Browse files
committed
Added bower support
1 parent e673ead commit 9caf497

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

bower.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "riveted",
3+
"main": "riveted.js",
4+
"version": "0.3.1",
5+
"homepage": "http://riveted.parsnip.io/",
6+
"authors": [
7+
"Rob Flaherty"
8+
],
9+
"description": "Google Analytics plugin to track active/engaged time on page.",
10+
"moduleType": [
11+
"globals"
12+
],
13+
"keywords": [
14+
"analytics",
15+
"google-analytics",
16+
"tracking"
17+
],
18+
"license": "MIT",
19+
"ignore": [
20+
"test",
21+
"build.sh"
22+
]
23+
}

0 commit comments

Comments
 (0)