{
  "name": "make-elm-native-module",
  "version": "1.0.2",
  "description": "Generate an Elm Native module",
  "main": "index.js",
  "dependencies": {
    "yargs": "^6.6.0"
  },
  "bin": {
    "make-elm-native-module": "index.js"
  },
  "devDependencies": {},
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/eeue56/make-elm-native-module.git"
  },
  "keywords": [
    "elm",
    "native",
    "generator"
  ],
  "author": "eeue56",
  "license": "BSD-3-Clause",
  "bugs": {
    "url": "https://github.com/eeue56/make-elm-native-module/issues"
  },
  "homepage": "https://github.com/eeue56/make-elm-native-module#readme"
}
