lemo-crm/web/bower.json
2018-02-23 18:50:44 +08:00

35 lines
723 B
JSON

{
"name": "ambition-crm",
"description": "Ambition CRM",
"authors": [
"Shaun Chyxion <chyxion@163.com>"
],
"main": "",
"license": "MIT",
"homepage": "",
"dependencies": {
"bootstrap": "~3.3.5",
"bootbox": "~4.4.0",
"moment": ">= 2.8.0",
"moment-timezone": ">= 0.1.0",
"validate": "~0.9.0",
"font-awesome": "^4.7.0",
"mjolnic-bootstrap-colorpicker": "bootstrap-colorpicker#^2.3.3",
"jquery-colorbox": "^1.6.4",
"fuelux": "^3.15.4",
"jquery.hotkeys": "*",
"bootstrap-wysiwyg": "*",
"editor.md": "^1.5.0"
},
"resolutions": {
"ember": "release"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}