ng-realmark
Version:
Real-time Markdown W/ Markdown three way merge
34 lines (33 loc) • 821 B
JSON
{
"name": "ng-realmark",
"version": "3.13.0",
"description": "Real-time Markdown W/ Markdown three way merge",
"main": "bundles/ng-realmark.umd.js",
"module": "ng-realmark.js",
"typings": "ng-realmark.d.ts",
"keywords": [
"angular.io",
"angular",
"markdown",
"code highlighting",
"markdown 3 way merge",
"markdown three way merge",
"markdown diff"
],
"author": "Liam Mann",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/liammann/ng-realmark.git"
},
"homepage": "https://github.com/liammann/ng-realmark/issues",
"bugs": {
"url": "https://github.com/liammann/ng-realmark/issues"
},
"peerDependencies": {
"@angular/core": "^4.0.1",
"reflect-metadata": "^0.1.8",
"rxjs": "^5.1.0",
"zone.js": "^0.8.4"
}
}