mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-12-05 16:24:21 +01:00
30 lines
654 B
JSON
30 lines
654 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"
|
||
|
},
|
||
|
"homepage": "https://github.com/summernote/summernote",
|
||
|
"_release": "0.6.6",
|
||
|
"_resolution": {
|
||
|
"type": "version",
|
||
|
"tag": "v0.6.6",
|
||
|
"commit": "fd6190a859d6a496dd25b903e5272ca5acd36e0f"
|
||
|
},
|
||
|
"_source": "git://github.com/summernote/summernote.git",
|
||
|
"_target": "~0.6.6",
|
||
|
"_originalSource": "summernote"
|
||
|
}
|