bauhausjs
Version:
A modular CMS for Node.js
38 lines (37 loc) • 777 B
JSON
{
"name": "textAngular",
"version": "1.3.8",
"main": [
"./src/textAngular.js",
"./src/textAngular-sanitize.js",
"./src/textAngularSetup.js",
"./src/textAngular.css"
],
"description": "A radically powerful Text-Editor/Wysiwyg editor for Angular.js",
"keywords": [
"editor",
"angular",
"wysiwyg"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test*",
"demo*",
"Gruntfile.js",
"package.json"
],
"dependencies": {
"angular": "^1.2.x",
"bootstrap-css-only": "^3.0.x",
"font-awesome": "^4.0.x",
"rangy": "^1.2.0"
},
"devDependencies": {
"angular-mocks": "~1.2.x",
"jquery": "1.9.x"
},
"license": "MIT",
"homepage": "https://github.com/fraywing/textAngular"
}