-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
41 lines (41 loc) · 938 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
36
37
38
39
40
41
{
"name": "fcoo-settings",
"version": "3.10.0",
"homepage": "https://github.com/FCOO/fcoo-settings",
"authors": [
"Niels Holt"
],
"description": "",
"main": [
"dist/fcoo-settings.js"
],
"repository": {
"type": "git",
"url": "git://github.com/FCOO/fcoo-settings.git"
},
"dependencies": {
"jquery": "latest",
"url.js-extensions": "fcoo/url.js-extensions#^2.0.0",
"fcoo-global-events": "fcoo/fcoo-global-events#^1.0.1",
"jquery-bootstrap": "fcoo/jquery-bootstrap#^3.0.0",
"localforage": "localForage/localForage#^1.7.3",
"urijs": "medialize/URI.js#^1.19.2"
},
"devDependencies": {
"bourbon": "latest",
"modernizr-mixin": "latest",
"mathsass": "latest",
"modernizr-scss": "FCOO/modernizr-scss#^2.1.2"
},
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"moduleType": [
"es6"
]
}