mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-12-02 13:24:20 +01:00
24 lines
409 B
JSON
24 lines
409 B
JSON
{
|
|
"name": "summernote",
|
|
"homepage": "http://summernote.org",
|
|
"license": "MIT",
|
|
"main": [
|
|
"./dist/summernote.js",
|
|
"./dist/summernote.css"
|
|
],
|
|
"ignore": [
|
|
"**/.*",
|
|
"Gruntfile.js",
|
|
"MAINTAIN.md",
|
|
"grunts",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test"
|
|
],
|
|
"dependencies": {
|
|
"jquery": ">= 1.9.0",
|
|
"bootstrap": ">= 3.0.1",
|
|
"font-awesome": ">=4.2.0"
|
|
}
|
|
}
|