mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-12-04 15:24:23 +01:00
53 lines
1.4 KiB
JSON
53 lines
1.4 KiB
JSON
{
|
|
"name": "summernote",
|
|
"description": "Super simple WYSIWYG editor",
|
|
"version": "0.7.3",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"editor",
|
|
"WYSIWYG"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/summernote/summernote.git"
|
|
},
|
|
"author": {
|
|
"name": "hackerwins",
|
|
"email": "<susukang98@gmail.com>"
|
|
},
|
|
"main": "dist/summernote.js",
|
|
"devDependencies": {
|
|
"chai": "^3.2.0",
|
|
"grunt": "*",
|
|
"grunt-contrib-clean": "^0.7.0",
|
|
"grunt-contrib-compress": "*",
|
|
"grunt-contrib-connect": "*",
|
|
"grunt-contrib-copy": "^0.8.2",
|
|
"grunt-contrib-jshint": "0.7.2",
|
|
"grunt-contrib-uglify": "~0.2.2",
|
|
"grunt-contrib-watch": "*",
|
|
"grunt-coveralls": "^1.0.0",
|
|
"grunt-exec": "^0.4.6",
|
|
"grunt-jscs": "^2.6.0",
|
|
"grunt-karma": "^0.12.0",
|
|
"grunt-recess": "*",
|
|
"grunt-saucelabs": "*",
|
|
"karma": "^0.13.3",
|
|
"karma-chrome-launcher": "^0.2.0",
|
|
"karma-coverage": "^0.5.3",
|
|
"karma-firefox-launcher": "^0.1.6",
|
|
"karma-ie-launcher": "^0.2.0",
|
|
"karma-mocha": "^0.2.0",
|
|
"karma-opera-launcher": "^0.3.0",
|
|
"karma-phantomjs-launcher": "^0.2.0",
|
|
"karma-requirejs": "^0.2.2",
|
|
"karma-safari-launcher": "^0.1.1",
|
|
"karma-sauce-launcher": "^0.3.0",
|
|
"load-grunt-tasks": "0.2.0",
|
|
"mocha": "^2.3.4",
|
|
"open": "0.0.4",
|
|
"phantomjs": "^1.9.17",
|
|
"requirejs": "^2.1.22"
|
|
}
|
|
}
|