mirror of https://gitee.com/karson/fastadmin.git
32 lines
666 B
JSON
32 lines
666 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"
|
|
},
|
|
"version": "0.8.8",
|
|
"_release": "0.8.8",
|
|
"_resolution": {
|
|
"type": "version",
|
|
"tag": "v0.8.8",
|
|
"commit": "28b5be6cd5e1c422cdb15aae6ef237b6c2f3f16c"
|
|
},
|
|
"_source": "https://github.com/summernote/summernote.git",
|
|
"_target": "^0.8.2",
|
|
"_originalSource": "summernote"
|
|
} |