{
  "name": "moh-input",
  "version": "1.0.1",
  "description": "This is a test",
  "main": "index.js",
  "scripts": {
    "build": "babel src -d dist"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/NoroffFEU/creating-an-npm-package.git"
  },
  "keywords": [
    "moh"
  ],
  "author": "Dev moh",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/NoroffFEU/creating-an-npm-package/issues"
  },
  "homepage": "https://github.com/NoroffFEU/creating-an-npm-package#readme",
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-preset-es2015": "^6.24.1"
  }
}
