ngx-editor-n
Version:
WYSIWYG Editor for Angular Applications
96 lines (95 loc) • 2.82 kB
JSON
{
"name": "ngx-editor-n",
"version": "1.0.8",
"description": "WYSIWYG Editor for Angular Applications",
"license": "MIT",
"scripts": {
"build": "ng build --prod",
"docs": "compodoc && npm run publish:docs",
"e2e": "ng e2e",
"lint": "ng lint",
"ng": "ng",
"postbuild": "npm run build:package",
"prebuild": "npm run lint",
"prerelease": "npm run build",
"start": "ng serve --aot -o --port 5000 --host 0.0.0.0",
"serve:docs": "compodoc --serve --open --output=\"docs/\"",
"test": "ng test",
"test:single-run": "ng test --watch false",
"publish-please": "publish-please",
"prepublishOnly": "publish-please guard"
},
"keywords": [
"angular-editor",
"angular-wysiwyg-editor",
"wysiwyg-editor",
"ngx-editor-n",
"angular2-wysiwyg-editor",
"angular4-wysiwyg-editor"
],
"repository": {
"type": "git",
"url": "git+https://github.com/unosbaghaie/ngx-editor.git"
},
"bugs": {
"url": "https://github.com/unosbaghaie/ngx-editor/issues"
},
"homepage": "https://github.com/unosbaghaie/ngx-editor",
"peerDependencies": {
"font-awesome": "^4.7.0",
"ngx-bootstrap": "^3.0.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.11.0",
"@angular/animations": "^7.1.0",
"@angular/cli": "~7.1.0",
"@angular/common": "^7.1.0",
"@angular/compiler": "^7.1.0",
"@angular/compiler-cli": "^7.1.0",
"@angular/core": "^7.1.0",
"@angular/forms": "^7.1.0",
"@angular/http": "^7.1.0",
"@angular/language-service": "^7.1.0",
"@angular/platform-browser": "^7.1.0",
"@angular/platform-browser-dynamic": "^7.1.0",
"@angular/router": "^7.1.0",
"@compodoc/compodoc": "^1.1.5",
"@types/jasmine": "~2.8.8",
"@types/jasminewd2": "~2.0.3",
"@types/node": "~8.9.4",
"bootstrap": "^4.1.3",
"chalk": "^2.4.1",
"codelyzer": "~4.3.0",
"core-js": "^2.5.4",
"eslint": "^5.6.1",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0",
"font-awesome": "^4.7.0",
"gh-pages": "^2.0.1",
"husky": "^1.1.2",
"inquirer": "^6.2.0",
"jasmine-core": "~2.99.1",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~3.0.0",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "~2.0.1",
"karma-jasmine": "~1.1.2",
"karma-jasmine-html-reporter": "^0.2.2",
"ng-packagr": "^4.3.0",
"ngx-bootstrap": "^3.0.1",
"protractor": "~5.4.0",
"publish-please": "^5.4.1",
"rxjs": "~6.3.3",
"ts-node": "~7.0.0",
"tslint": "~5.11.0",
"typescript": "~3.1.6",
"zone.js": "~0.8.26"
},
"main": ".eslintrc.js",
"dependencies": {
"@angular/cdk": "^7.1.0",
"@angular/material": "^7.1.0",
"tslib": "^1.9.0"
},
"author": "Younos Baghaee"
}