{
  "name": "react-native-jam-icons",
  "version": "1.0.0",
  "description": "Jam icons as React Native Components",
  "main": "src/index.js",
  "repository": "https://github.com/tiaanduplessis/react-native-jam-icons.git",
  "author": "Tiaan du Plessis",
  "license": "MIT",
  "scripts": {
    "build": "svgr --template ./template.js --native -d src/icons jam/svg && node build.js && babel src --out-dir dist"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-react": "^6.24.1",
    "svgr": "^1.9.1"
  },
  "keywords": [
    "react",
    "react-native",
    "svg",
    "icons",
    "jam"
  ]
}
