You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
640 B
31 lines
640 B
{
|
|
"name": "angular-ckeditor",
|
|
"main": "angular-ckeditor.js",
|
|
"version": "1.0.3",
|
|
"homepage": "https://github.com/lemonde/angular-ckeditor",
|
|
"authors": [
|
|
"Team Le8 <projet-cms-tech@lemonde.fr>"
|
|
],
|
|
"description": "CKEditor directive for Angular.",
|
|
"keywords": [
|
|
"angular",
|
|
"directive",
|
|
"ckeditor"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"package.json",
|
|
"karma.conf.js",
|
|
"node_modules",
|
|
"bower_components",
|
|
"Gruntfile.js",
|
|
"test"
|
|
],
|
|
"devDependencies": {
|
|
"angular-mocks": "~1.3.21",
|
|
"ckeditor": "#full/4.4.6",
|
|
"jquery": "~2.1.4",
|
|
"lodash": "~3.10.1"
|
|
}
|
|
}
|
|
|