forked from EasyERP/EasyERP_open_source
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
executable file
·36 lines (36 loc) · 798 Bytes
/
bower.json
File metadata and controls
executable file
·36 lines (36 loc) · 798 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
{
"name": "roma",
"version": "1.0.1",
"homepage": "https://github.com/thinkmobiles/EasyErp-Desktop",
"authors": [
"Roman <roma.buchuk@gmail.com>"
],
"moduleType": [
"node"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"public/js/libs/"
],
"dependencies": {
"spin.js": "spinjs#^2.3.2",
"async": "~1.2.1",
"moment": "^2.12.0",
"backbone": "~1.2.3",
"jquery": "~2.1.4",
"topojson.v0.min": "http://d3js.org/topojson.v0.min.js",
"jquery-backstretch": "backstretch#2.0.4",
"malihu-custom-scrollbar-plugin": "3.1.5",
"wickedpicker": "^0.4.1",
"bxslider-4": "^4.2.5",
"dragtable": "^2.0.15",
"js-cookie": "^2.0.5"
},
"description": "",
"main": ""
}