ng12-ace-editor
Version:
A fork from ng2-ace-editor updated to work with Angular 12
84 lines (83 loc) • 2.44 kB
JSON
{
"_from": "ng12-ace-editor@0.0.1",
"_inBundle": false,
"_location": "/ng12-ace-editor",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "ng12-ace-editor@0.0.1",
"name": "ng12-ace-editor",
"escapedName": "ng12-ace-editor",
"rawSpec": "0.0.1",
"saveSpec": null,
"fetchSpec": "0.0.1"
},
"_requiredBy": [
"#USER",
"/"
],
"_spec": "ng12-ace-editor@0.0.1",
"author": "Qiangqiang Hao",
"bugs": {
"url": "https://github.com/haoqiangqiang/ng12-ace-editor/issues"
},
"dependencies": {
"ace-builds": "^1.4.2",
"brace": "^0.11.1"
},
"deprecated": false,
"description": "A fork from ng2-ace-editor updated to work with Angular 12",
"devDependencies": {
"@angular/cli": "^12.0.2",
"@angular/common": "^12.0.1",
"@angular/compiler": "^12.0.1",
"@angular/compiler-cli": "^12.0.1",
"@angular/core": "^12.0.1",
"@angular/forms": "^12.0.1",
"@angular/platform-browser": "^12.0.1",
"codelyzer": "^5.2.1",
"rimraf": "^3.0.2",
"rollup": "^1.31.0",
"rollup-plugin-angular": "^0.5.3",
"rollup-plugin-auto-external": "^2.0.0",
"rollup-plugin-commonjs": "7.0.2",
"rollup-plugin-node-resolve": "2.0.0",
"rollup-plugin-typescript2": "^0.26.0",
"rxjs": "^6.5.4",
"typescript": "^4.3.5",
"uglify-js": "^3.7.7",
"zone.js": "~0.10.2"
},
"directories": {
"doc": "docs"
},
"files": [
"dist/"
],
"homepage": "https://github.com/haoqiangqiang/ng12-ace-editor",
"js:next": "dist/index.js",
"keywords": [
"ace",
"angular",
"A9"
],
"license": "MIT",
"main": "rollup.config.js",
"module": "dist/index.js",
"name": "ng12-ace-editor",
"repository": {
"type": "git",
"url": "git+https://github.com/haoqiangqiang/ng12-ace-editor.git"
},
"scripts": {
"build": "npm run clean:typescript && npm run transpile && npm run rollup",
"clean": "npm run clean:typescript && rimraf node_modules && npm cache clean",
"clean:typescript": "rimraf dist",
"minify": "uglifyjs dist/bundles/ngx-ace-editor-wrapper.umd.js --screw-ie8 --compress --mangle --comments --output dist/bundles/ngx-ace-editor-wrapper.umd.min.js",
"rollup": "rollup -c rollup.config.js",
"transpile": "ngc"
},
"types": "dist/index.d.ts",
"version": "0.0.1"
}