{
  "name": "nativescript-fresco-compat",
  "version": "1.0.17",
  "description": "This is a NativeScript plugin wrapping the popular Fresco library for managing images on Android with a compatibility fix for fresco 0.14.1.",
  "main": "nativescript-fresco",
  "repository": {
    "type": "git",
    "url": "https://github.com/code0wl/nativescript-fresco"
  },
  "bugs": {
    "url": "https://github.com/code0wl/nativescript-fresco/issues"
  },
  "files": [
    "*.js*",
    "platforms",
    "*.d.ts",
    "angular/*.js*",
    "angular/*.d.ts"
  ],
  "nativescript": {
    "ios": "2.4.0",
    "android": "2.4.1"
  },
  "devDependencies": {
    "@angular/compiler": "2.4.3",
    "@angular/compiler-cli": "2.4.3",
    "nativescript-angular": "1.3.0",
    "tns-core-modules": "2.4.0",
    "typescript": "~2.1.0"
  },
  "scripts": {
    "ngc": "ngc",
    "prepublish": "npm run ngc"
  },
  "keywords": [
    "fresco",
    "android",
    "nativescript"
  ],
  "author": "Deyan Ginev <Deyan.Ginev@telerik.com> & Vladimir Amiorkov <Vladimir.Amiorkov@telerik.com> ",
  "contributors": [
    {
      "name": "Deyan Ginev",
      "email": "Deyan.Ginev@telerik.com"
    },
    {
      "name": "Vladimir Amiorkov",
      "email": "Vladimir.Amiorkov@telerik.com"
    }
  ],
  "license": "ISC"
}
