Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Steur <thomas.steur@googlemail.com>2014-10-20 04:59:39 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-10-20 04:59:39 +0400
commit20c7801cf3ba4db2a4b9728e6043488a7d147b5d (patch)
tree6fc3527e298887e42da02b019fcfcc241843e5af /bower.json
parenta3063de9f47ac76df1804354cf08791846bddefb (diff)
refs #6469 some initial work for using bower
Diffstat (limited to 'bower.json')
-rw-r--r--bower.json41
1 files changed, 41 insertions, 0 deletions
diff --git a/bower.json b/bower.json
new file mode 100644
index 0000000000..da66a9e4ab
--- /dev/null
+++ b/bower.json
@@ -0,0 +1,41 @@
+{
+ "name": "Piwik",
+ "main": "piwik.js",
+ "homepage": "http://piwik.org",
+ "authors": [
+ "Piwik.org <hello@piwik.org>"
+ ],
+ "description": "the leading free/libre analytics platform",
+ "private": true,
+ "keywords": [
+ "piwik",
+ "web",
+ "analytics"
+ ],
+ "dependencies": {
+ "jquery": "~1.11",
+ "angular": "~1.2",
+ "angular-sanitize": "~1.2",
+ "angular-animate": "~1.2",
+ "angular-cookies": "~1.2",
+ "angular-mocks": "~1.2",
+ "ngDialog": "~0.2",
+ "html5shiv": "~3.7",
+ "mousetrap": "~1.4",
+ "sprintf": "~1.0.0",
+ "jScrollPane": "~2.0.14",
+ "jquery-mousewheel": "~3.1.12",
+ "jquery-placeholder": "~2.0.8",
+ "jquery.scrollTo": "~1.4.13",
+ "jquery-ui": "~1.11.2",
+ "chroma-js": "~0.6.0"
+ },
+ "license": "GPLv3 or later",
+ "ignore": [
+ "**/.*",
+ "node_modules",
+ "bower_components",
+ "test",
+ "tests"
+ ]
+}