forked from cliqz-oss/browser-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
32 lines (32 loc) · 924 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
{
"name": "navigation-extension",
"description": "",
"authors": [],
"homepage": "https://github.com/cliqz/navigation-extension",
"moduleType": [],
"private": true,
"dependencies": {
"handlebars": "4.0.5",
"loader.js": "ember-cli/loader.js#3.2.1",
"pouchdb": "6.0.5",
"bigint": "https://cdn.cliqz.com/cliqz-crypto/bigint.js",
"patterns": "https://cdn.cliqz.com/human-web/patterns",
"anonpatterns": "https://cdn.cliqz.com/human-web/patterns-anon",
"md5": "https://cdn.cliqz.com/cliqz-crypto/md5.js",
"mathjs": "1.0.1",
"es6-promise": "3.2.2",
"system.js": "0.19.39",
"hammerjs": "2.0.8",
"simple-statistics": "1.0.1",
"ua-parser-js": "0.7.12",
"moment": "2.15.1",
"whatwg-fetch": "1.0.0"
},
"devDependencies": {
"mocha": "cliqz-oss/mocha#2.5.0",
"chai": "3.0.0",
"jquery": "2.2.4",
"core.js": "2.4.1",
"sinonjs": "1.17.1"
}
}