-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
40 lines (40 loc) · 851 Bytes
/
bower.json
File metadata and controls
40 lines (40 loc) · 851 Bytes
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
{
"name": "sebwite-admin-theme-core",
"version": "0.0.1",
"description": "Sebwite admin theme Core",
"keywords": [
"sebwite"
],
"author": "Sebwite",
"license": "MIT",
"main": "dist/js/packadic.js",
"authors": [
"Robin Radic <robin@radic.nl>"
],
"homepage": "https://github.com/packadic/core",
"moduleType": [
"globals"
],
"ignore": [
"**/.*",
"node_modules",
"jspm_packages",
"bower_components",
"test",
"tests"
],
"dependencies": {
"eventemitter2": "~0.4.14",
"font-awesome": "~4.4.0",
"jquery": "~2.1.4",
"lodash": "~3.10.1",
"loglevel": "~1.4.0",
"observe-js": "~0.5.7",
"jmPagination": "pagination#~2.4.2",
"tether": "~1.1.1",
"underscore.string": "~3.2.2",
"vue": "~1.0.8",
"vue-resource": "~0.1.17",
"vue-router": "~0.7.6"
}
}