1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-12-04 15:24:23 +01:00
fab-manager/vendor/assets/components/summernote/.bower.json

33 lines
695 B
JSON
Raw Normal View History

2015-05-13 18:30:35 +02:00
{
"name": "summernote",
2016-03-23 18:39:41 +01:00
"homepage": "http://summernote.org",
"license": "MIT",
2015-05-13 18:30:35 +02:00
"main": [
"./dist/summernote.js",
"./dist/summernote.css"
],
"ignore": [
"**/.*",
2016-03-23 18:39:41 +01:00
"Gruntfile.js",
"MAINTAIN.md",
"grunts",
2015-05-13 18:30:35 +02:00
"node_modules",
"bower_components",
2016-03-23 18:39:41 +01:00
"test"
2015-05-13 18:30:35 +02:00
],
"dependencies": {
"jquery": ">= 1.9.0",
"bootstrap": ">= 3.0.1",
"font-awesome": ">=4.2.0"
},
2016-03-23 18:39:41 +01:00
"version": "0.7.3",
"_release": "0.7.3",
2015-05-13 18:30:35 +02:00
"_resolution": {
"type": "version",
2016-03-23 18:39:41 +01:00
"tag": "v0.7.3",
"commit": "fa0a457368b01508725d2ab640200b17d50be62d"
2015-05-13 18:30:35 +02:00
},
"_source": "git://github.com/summernote/summernote.git",
2016-03-23 18:39:41 +01:00
"_target": "~0.7.0",
2015-05-13 18:30:35 +02:00
"_originalSource": "summernote"
}