{
  "name": "ng2-alt-summernote",
  "version": "0.1.31",
  "description": "Summernote component for Angular2",
  "main": "ng2-alt-summernote.js",
  "keywords": [
    "angular2",
    "summernote",
    "wysiwyg",
    "html"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/carlescs/ng2-alt-summernote.git"
  },
  "scripts": {
    "prepublish": "./node_modules/typescript/bin/tsc"
  },
  "types": [
    "./summernote.d.ts",
    "./ng2-alt-summernote.d.ts"
  ],
  "author": "Carles Company Soler",
  "license": "MIT",
  "dependencies": {
    "jquery": "3.1.1",
    "@angular/core": "^2.4.8",
    "@angular/common": "^2.4.8",
    "@angular/compiler": "^2.4.8",
    "@angular/compiler-cli": "^2.4.8",
    "@angular/forms": "^2.4.8",
    "core-js": "^2.4.1",
    "@types/jquery": "^2.0.40",
    "@types/core-js": "^0.9.35",

    "bootstrap":"^3.3.7",
    "summernote": "^0.8.2",
    "codemirror": "^5.24.2"
  },
  "devDependencies": {
    "typescript":"^2.2.1"
  }
}
