Skip to content

Commit 7f1cc58

Browse files
committed
Add a bower.json file
1 parent 28bf305 commit 7f1cc58

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

bower.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"name": "amplitude-js",
3+
"description": "Javascript library for Amplitude Analytics",
4+
"main": "amplitude.js",
5+
"authors": [
6+
"Amplitude <support@amplitude.com>"
7+
],
8+
"license": "MIT",
9+
"keywords": [
10+
"analytics",
11+
"amplitude"
12+
],
13+
"homepage": "",
14+
"ignore": [
15+
"**/.*",
16+
"Makefile",
17+
"circle.yml",
18+
"build",
19+
"components",
20+
"dist",
21+
"karma.conf.js",
22+
"node_modules",
23+
"scripts",
24+
"package-lock.json",
25+
"webpack.*.js",
26+
"bower_components",
27+
"test"
28+
]
29+
}

0 commit comments

Comments
 (0)