mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-12-11 22:24:21 +01:00
48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
{
|
|
"name": "angular-summernote",
|
|
"description": "AngularJS directive to Summernote",
|
|
"version": "0.7.1",
|
|
"main": [
|
|
"./dist/angular-summernote.js"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"node_modules/",
|
|
"examples/",
|
|
"test/",
|
|
"Gruntfile.js",
|
|
"karma.conf.js",
|
|
"package.json",
|
|
".travis.yml",
|
|
".jshintrc",
|
|
".gitignore",
|
|
".editorconfig",
|
|
".bowerrc",
|
|
".coveralls.yml"
|
|
],
|
|
"keywords": ["angular.js", "summernote", "editor", "directive"],
|
|
"authors": [
|
|
{
|
|
"name": "\"Outsider\" Jeonghoon Byun",
|
|
"email": "outsideris@gmail.com",
|
|
"url": "http://blog.outsider.ne.kr/"
|
|
}
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/summernote/angular-summernote.git"
|
|
},
|
|
"dependencies": {
|
|
"summernote": "~0.7.0",
|
|
"angular": "~1.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"angular-1.2": "https://raw.githubusercontent.com/angular/bower-angular/v1.2.26/angular.min.js",
|
|
"angular-1.3": "https://raw.githubusercontent.com/angular/bower-angular/v1.3.17/angular.min.js",
|
|
"chai": "~2.3.0",
|
|
"angular-mocks": "~1.4.0",
|
|
"angular-mocks-1.2": "https://raw.githubusercontent.com/angular/bower-angular-mocks/v1.2.26/angular-mocks.js",
|
|
"angular-mocks-1.3": "https://raw.githubusercontent.com/angular/bower-angular-mocks/v1.3.17/angular-mocks.js"
|
|
}
|
|
}
|