1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-02-07 01:54:16 +01:00

21 lines
332 B
JSON
Raw Normal View History

2015-05-13 18:30:35 +02:00
{
"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"
}
}