-
Notifications
You must be signed in to change notification settings - Fork 92
/
Copy pathbower.json
35 lines (35 loc) · 807 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
{
"name": "sourcebuster",
"version": "1.0.5",
"description": "Get sources of your site's visitors (utm / organic / referral / typein).",
"homepage": "https://github.com/alexfedoseev/sourcebuster-js",
"authors": [
{
"name": "Alex Fedoseev",
"email": "[email protected]",
"homepage": "http://www.alexfedoseev.com"
}
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/alexfedoseev/sourcebuster-js.git"
},
"bugs": {
"url": "https://github.com/alexfedoseev/sourcebuster-js/issues"
},
"main": "./dist/sourcebuster.min.js",
"ignore": [
".*",
"**/.*",
"package.json",
"gulpfile.js",
"node_modules",
"bower_components",
"test",
"tests",
"src",
"lib"
],
"dependencies": {}
}