UNPKG

ngx-codemirror

Version:

Codemirror directive for Angular (4.0+)

64 lines 1.87 kB
{ "name": "ngx-codemirror", "version": "1.0.0", "author": "Aslan Vatsaev (@avatsaev)", "description": "Codemirror directive for Angular (4.0+)", "repository": "git@github.com:avatsaev/ngx-codemirror.git", "keywords": [ "Angular", "codemirror", "code mirror", "avatsaev" ], "homepage": "https://github.com/avatsaev/ngx-codemirror", "license": "MIT", "private": false, "dependencies": { "@angular/animations": "^4.4.1", "@angular/common": "^4.4.1", "@angular/compiler": "^4.4.1", "@angular/core": "^4.4.1", "@angular/platform-browser": "^4.4.1", "@angular/platform-browser-dynamic": "^4.4.1", "codemirror": "^5.29.0", "core-js": "^2.5.1", "rxjs": "^5.4.3", "zone.js": "^0.8.17" }, "scripts": { "ng": "ng", "start": "ng serve", "build": "ng build", "test": "ng test", "lint": "ng lint", "e2e": "ng e2e", "pkg": "ng-packagr -p ng-package.json && cd dist && npm pack" }, "devDependencies": { "@angular/cli": "^1.4.2", "@angular/compiler-cli": "^4.4.1", "@angular/language-service": "^4.4.1", "@types/codemirror": "0.0.46", "@types/jasmine": "^2.6.0", "@types/jasminewd2": "^2.0.3", "@types/node": "^8.0.28", "codelyzer": "^3.2.0", "jasmine-core": "^2.8.0", "jasmine-spec-reporter": "^4.2.1", "karma": "^1.7.1", "karma-chrome-launcher": "^2.2.0", "karma-cli": "^1.0.1", "karma-coverage-istanbul-reporter": "^1.3.0", "karma-jasmine": "^1.1.0", "karma-jasmine-html-reporter": "^0.2.2", "ng-packagr": "^1.1.0", "protractor": "^5.1.2", "ts-node": "^3.3.0", "tslint": "^5.7.0", "typescript": "^2.5.2" }, "main": "bundles/ngx-codemirror.umd.js", "module": "ngx-codemirror/ngx-codemirror.es5.js", "es2015": "ngx-codemirror/ngx-codemirror.js", "typings": "ngx-codemirror.d.ts" }