mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-12-12 23:09:03 +01:00
21 lines
332 B
JSON
21 lines
332 B
JSON
{
|
|
"name": "summernote",
|
|
"version": "0.6.6",
|
|
"main": [
|
|
"./dist/summernote.js",
|
|
"./dist/summernote.css"
|
|
],
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
],
|
|
"dependencies": {
|
|
"jquery": ">= 1.9.0",
|
|
"bootstrap": ">= 3.0.1",
|
|
"font-awesome": ">=4.2.0"
|
|
}
|
|
}
|