angular-summernote
Version:
AngularJS directive to Summernote
54 lines (53 loc) • 1.37 kB
JSON
{
"name": "angular-summernote",
"description": "AngularJS directive to Summernote",
"version": "0.8.1",
"author": {
"name": "\"Outsider\" Jeonghoon Byun",
"email": "outsideris@gmail.com",
"url": "http://blog.outsider.ne.kr/"
},
"keywords": [
"editor",
"bootstrap",
"WYSIWYG",
"angular",
"angular.js"
],
"homepage": "https://github.com/summernote/angular-summernote",
"repository": {
"type": "git",
"url": "https://github.com/outsideris/involved.git"
},
"licenses": [
{
"type": "MIT",
"url": "http://outsider.mit-license.org/"
}
],
"devDependencies": {
"del": "^2.1.0",
"gulp": "^3.9.0",
"gulp-coveralls": "^0.1.4",
"gulp-header": "^1.7.1",
"gulp-jshint": "^1.11.2",
"gulp-nuget-pack": "0.0.6",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.4.2",
"jshint-stylish": "^2.0.1",
"karma": "~0.13.9",
"karma-chrome-launcher": "~0.2.0",
"karma-coffee-preprocessor": "~0.3.0",
"karma-coverage": "^0.5.0",
"karma-firefox-launcher": "~0.1.3",
"karma-html2js-preprocessor": "~0.1.0",
"karma-mocha": "~0.2.0",
"karma-phantomjs-launcher": "~0.2.0",
"karma-requirejs": "~0.2.1",
"karma-script-launcher": "~0.1.0",
"mocha": "~2.2.0",
"requirejs": "~2.1.10",
"run-sequence": "^1.1.5"
},
"dependencies": {}
}