{
  "name": "@easyops/angular-ui-codemirror",
  "version": "0.3.2",
  "description": "This directive allows you to add CodeMirror to your textarea elements.",
  "author": "https://github.com/easyops-cn/ui-codemirror/contributors",
  "license": "MIT",
  "homepage": "http://angular-ui.github.com",
  "main": "./dist/ui-codemirror.js",
  "dependencies": {},
  "devDependencies": {
    "angular-ui-publisher": "angular-ui/angular-ui-publisher#06e016272e0064eb030f52cffbe00daa48b56e20",
    "grunt": "^1.0.1",
    "grunt-contrib-connect": "^1.0.2",
    "grunt-contrib-copy": "^1.0.0",
    "grunt-contrib-jshint": "^1.1.0",
    "grunt-contrib-uglify": "^2.3.0",
    "grunt-contrib-watch": "^1.0.0",
    "grunt-conventional-changelog": "^6.1.0",
    "grunt-karma": "^2.0.0",
    "grunt-ng-annotate": "^3.0.0",
    "jasmine-core": "^2.6.1",
    "karma": "^1.7.0",
    "karma-chrome-launcher": "^2.1.1",
    "karma-coffee-preprocessor": "^1.0.1",
    "karma-firefox-launcher": "^1.0.1",
    "karma-html2js-preprocessor": "^1.1.0",
    "karma-jasmine": "^1.1.0",
    "karma-requirejs": "^1.1.0",
    "karma-script-launcher": "^1.0.0",
    "load-grunt-tasks": "^3.5.2",
    "requirejs": "^2.3.3"
  },
  "scripts": {
    "changelog": "grunt changelog",
    "prepublishOnly": "grunt dist",
    "test": "grunt"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/easyops-cn/ui-codemirror.git"
  }
}
