{
  "name": "ios-icons",
  "description": "Get iOS icon file names and dimensions (width)",
  "dependencies": {
    "abbrev": "^1.0.7",
    "yargs": "^8.0.1"
  },
  "devDependencies": {
    "semantic-release": "^7.0.2",
    "standard": "^10.0.0",
    "tape": "^4.0.0"
  },
  "bin": "./bin/ios-icons.js",
  "main": "index.js",
  "author": "David Pfahler <david@excellenteasy.com>",
  "engines": {
    "node": "^4",
    "npm": "^2"
  },
  "scripts": {
    "test": "standard && node test.js",
    "semantic-release": "semantic-release pre && npm publish && semantic-release post"
  },
  "files": [
    "index.js",
    "bin/ios-icons.js",
    "icons.json"
  ],
  "keywords": [
    "cli",
    "bin",
    "icon",
    "ios",
    "cordova",
    "phonegap"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/excellenteasy/ios-icons.git"
  },
  "version": "3.3.3"
}