angular-trumbowyg
Version:
This is an angular component for [`trumbowyg`](https://github.com/Alex-D/Trumbowyg).
47 lines (46 loc) • 1.07 kB
JSON
{
"name": "angular-trumbowyg",
"version": "1.0.2",
"description": "",
"main": "index.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jutaz/angular-trumbowyg.git"
},
"keywords": [
"trumbowyg",
"angular",
"wysiwyg"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/jutaz/angular-trumbowyg/issues"
},
"homepage": "https://github.com/jutaz/angular-trumbowyg#readme",
"dependencies": {
"angular": "^1.5.8",
"jquery": ">=1.8.0",
"trumbowyg": "^2.9.0"
},
"devDependencies": {
"babel-fast-presets": "0.0.2",
"chalk": "^1.1.3",
"deep-extend": "^0.5.0",
"gulp": "^3.9.1",
"gulp-angular-templatecache": "^2.0.0",
"gulp-babel": "^6.1.2",
"gulp-bump": "^2.7.0",
"gulp-bundle-assets": "^2.27.1",
"gulp-eslint": "^3.0.1",
"gulp-if": "^2.0.2",
"gulp-lesshint": "^3.0.0",
"gulp-rimraf": "^0.2.1",
"gulp-watch": "^4.3.11",
"gulp-webserver": "^0.9.1",
"yargs": "^9.0.1"
}
}