{
  "name": "cordova-plugin-add-swift-support",
  "version": "1.7.0",
  "description": "Add Swift support to your iOS plugins",
  "homepage": "https://github.com/akofman/cordova-plugin-add-swift-support",
  "author": {
    "name": "Alexis Kofman",
    "email": "alexis.kofman@gmail.com",
    "url": "http://twitter.com/alexiskofman"
  },
  "cordova": {
    "id": "cordova-plugin-add-swift-support",
    "platforms": [
      "ios"
    ]
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/akofman/cordova-plugin-add-swift-support.git"
  },
  "keywords": [
    "cordova",
    "ios",
    "swift",
    "swift-support",
    "ecosystem:cordova",
    "cordova-ios",
    "cordova:plugin"
  ],
  "license": "Apache-2.0",
  "devDependencies": {
    "babel-core": "^6.21.0",
    "babel-loader": "^6.2.10",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-preset-es2015": "^6.18.0",
    "eslint": "^3.13.1",
    "eslint-config-standard": "^6.2.1",
    "eslint-plugin-promise": "^3.4.0",
    "eslint-plugin-standard": "^2.0.0",
    "webpack": "^2.2.0-rc.3",
    "xcode": "0.9.1"
  },
  "scripts": {
    "build": "webpack --config webpack.config.js",
    "test": "eslint src"
  }
}
