forked from Frontendcore/frontendcore
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
55 lines (55 loc) · 1.42 KB
/
bower.json
File metadata and controls
55 lines (55 loc) · 1.42 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "frontendcore-workspace",
"version": "1.7.25",
"authors": [
"Toni Pinel <tonipinel@gmail.com>"
],
"description": "The all in one frontend framework based on components for the real life",
"main": [
"index.html"
],
"moduleType": [
"amd"
],
"keywords": [
"frontendcore",
"frontend",
"framework",
"component"
],
"license": "MIT",
"homepage": "http://www.frontendcore.com",
"private": true,
"ignore": [
"node_modules",
"bower_components",
"tests"
],
"devDependencies": {
"jquery": "~2.1.1",
"Autocompleter": "~0.1.5",
"jquery-autosize": "~1.18.9",
"jquery-colorbox": "~1.5.10",
"jquery.truncator.js": "https://github.com/henrik/jquery.truncator.js.git",
"jquery-unveil": "https://github.com/luis-almeida/unveil.git#~1.3.0",
"simplecart-js": "https://github.com/wojodesign/simplecart-js.git",
"tinymce": "~4.1.1",
"tinycorejs": "https://github.com/Frontendcore/tinycore.git#1.0.3",
"dynatable": "~0.3.1",
"pen": "~0.0.3",
"Sortable": "~1.0.1",
"magicsuggest": "~2.1.4",
"chartjs": "~1.0.1",
"SyntaxHighlighter": "~3.0.83",
"darkroomjs": "*",
"owl-carousel2": "~2.0.0-beta.3",
"stacktable": "~1.0.0",
"tooltipster": "~3.3.0",
"webshim": "~1.15.7",
"susy": "~2.2.3",
"compass-mixins": "~1.0.2",
"parsleyjs": "~2.0.7",
"bselect": "~0.3.4",
"object-fit-polyfill": "~0.1.0"
}
}