Initial commit
This commit is contained in:
25
api-wiaas/client/js/bower_components/angular-ui-tinymce/bower.json
vendored
Normal file
25
api-wiaas/client/js/bower_components/angular-ui-tinymce/bower.json
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "angular-ui-tinymce",
|
||||
"version": "0.0.18",
|
||||
"description": "This directive allows you to TinyMCE in your form.",
|
||||
"author": "https://github.com/angular-ui/ui-tinymce/graphs/contributors",
|
||||
"license": "MIT",
|
||||
"homepage": "http://angular-ui.github.com",
|
||||
"main": "./src/tinymce.js",
|
||||
"ignore": [
|
||||
"**/.*",
|
||||
"node_modules",
|
||||
"components",
|
||||
"test*",
|
||||
"demo*",
|
||||
"gruntFile.js",
|
||||
"package.json"
|
||||
],
|
||||
"dependencies": {
|
||||
"angular": ">=1.4.0",
|
||||
"tinymce": "~4.5.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"angular-mocks": "~1.4.x"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user