forked from froala/angular-froala
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Kapil Garg
committed
Aug 19, 2019
1 parent
eeaca8e
commit 5f492a6
Showing
2 changed files
with
91 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,36 @@ | ||
{ | ||
"name": "angular-froala", | ||
"version": "3.0.3", | ||
"authors": [ | ||
"Cameron Gallarno <[email protected]>" | ||
], | ||
"description": "Angular.js bindings for Froala WYSIWYG HTML rich text editor.", | ||
"main": "src/angular-froala.js", | ||
"keywords": [ | ||
"angular.js", | ||
"froala", | ||
"html", | ||
"text", | ||
"editor", | ||
"wysiwyg", | ||
"rich editor", | ||
"rich text editor", | ||
"rte", | ||
"javascript" | ||
], | ||
"license": "MIT", | ||
"ignore": [ | ||
"**/.*", | ||
"node_modules", | ||
"bower_components", | ||
"test", | ||
"tests" | ||
], | ||
"dependencies": { | ||
"froala-wysiwyg-editor": "3.0.3", | ||
"angular": ">=1.0" | ||
}, | ||
"devDependencies": { | ||
"angular-mocks": "~1.4.8" | ||
} | ||
} | ||
{ | ||
"name": "angular-froala", | ||
"version": "3.0.5", | ||
"authors": [ | ||
"Cameron Gallarno <[email protected]>" | ||
], | ||
"description": "Angular.js bindings for Froala WYSIWYG HTML rich text editor.", | ||
"main": "src/angular-froala.js", | ||
"keywords": [ | ||
"angular.js", | ||
"froala", | ||
"html", | ||
"text", | ||
"editor", | ||
"wysiwyg", | ||
"rich editor", | ||
"rich text editor", | ||
"rte", | ||
"javascript" | ||
], | ||
"license": "MIT", | ||
"ignore": [ | ||
"**/.*", | ||
"node_modules", | ||
"bower_components", | ||
"test", | ||
"tests" | ||
], | ||
"dependencies": { | ||
"froala-wysiwyg-editor": "3.0.5", | ||
"angular": ">=1.0" | ||
}, | ||
"devDependencies": { | ||
"angular-mocks": "~1.4.8" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,55 +1,55 @@ | ||
{ | ||
"name": "angular-froala", | ||
"version": "3.0.4", | ||
"description": "Angular.js bindings for Froala WYSIWYG HTML rich text editor", | ||
"main": "src/angular-froala.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/froala/angular-froala.git" | ||
}, | ||
"keywords": [ | ||
"angular.js", | ||
"froala", | ||
"html", | ||
"text", | ||
"editor", | ||
"wysisyg", | ||
"rich editor", | ||
"rich text editor", | ||
"rte", | ||
"javascript" | ||
], | ||
"contributors": [ | ||
"Cameron Gallarno <[email protected]>", | ||
"Stefan Neculai <[email protected]>" | ||
], | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/froala/angular-froala/issues" | ||
}, | ||
"homepage": "https://www.froala.com/wysiwyg-editor", | ||
"devDependencies": { | ||
"grunt": "^1.0.3", | ||
"grunt-contrib-concat": "^0.5.1", | ||
"grunt-contrib-jshint": "^2.0.0", | ||
"grunt-contrib-uglify": "^0.11.0", | ||
"grunt-contrib-watch": "^1.1.0", | ||
"grunt-karma": "^3.0.1", | ||
"jasmine-core": "^2.4.1", | ||
"jshint-stylish": "^2.1.0", | ||
"karma": "^4.0.0", | ||
"karma-firefox-launcher": "^0.1.7", | ||
"karma-jasmine": "^0.3.6", | ||
"karma-phantomjs-launcher": "^1.0.4", | ||
"phantomjs": "^1.9.19", | ||
"sinon": "^1.17.2", | ||
"angular": ">=1.0" | ||
}, | ||
"dependencies": { | ||
"coffee-script": "^1.12.7", | ||
"froala-editor": "3.0.4" | ||
} | ||
} | ||
{ | ||
"name": "angular-froala", | ||
"version": "3.0.5", | ||
"description": "Angular.js bindings for Froala WYSIWYG HTML rich text editor", | ||
"main": "src/angular-froala.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/froala/angular-froala.git" | ||
}, | ||
"keywords": [ | ||
"angular.js", | ||
"froala", | ||
"html", | ||
"text", | ||
"editor", | ||
"wysisyg", | ||
"rich editor", | ||
"rich text editor", | ||
"rte", | ||
"javascript" | ||
], | ||
"contributors": [ | ||
"Cameron Gallarno <[email protected]>", | ||
"Stefan Neculai <[email protected]>" | ||
], | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/froala/angular-froala/issues" | ||
}, | ||
"homepage": "https://www.froala.com/wysiwyg-editor", | ||
"devDependencies": { | ||
"grunt": "^1.0.3", | ||
"grunt-contrib-concat": "^0.5.1", | ||
"grunt-contrib-jshint": "^2.0.0", | ||
"grunt-contrib-uglify": "^0.11.0", | ||
"grunt-contrib-watch": "^1.1.0", | ||
"grunt-karma": "^3.0.1", | ||
"jasmine-core": "^2.4.1", | ||
"jshint-stylish": "^2.1.0", | ||
"karma": "^4.0.0", | ||
"karma-firefox-launcher": "^0.1.7", | ||
"karma-jasmine": "^0.3.6", | ||
"karma-phantomjs-launcher": "^1.0.4", | ||
"phantomjs": "^1.9.19", | ||
"sinon": "^1.17.2", | ||
"angular": ">=1.0" | ||
}, | ||
"dependencies": { | ||
"coffee-script": "^1.12.7", | ||
"froala-editor": "3.0.5" | ||
} | ||
} |