{
  "name": "ojet-comp",
  "version": "1.2.0",
  "description": "A module for creating custom components with Oracle JET",
  "main": "./app.js",
  "bin": {
    "ojet-comp": "./app.js"
  },
  "preferGlobal": "true",
  "scripts": {
    "test": "echo \"Hello world\""
  },
  "keywords": [
    "oracle",
    "ojet",
    "oracle",
    "jet"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/alexwileyy/ojet-comp.git"
  },
  "author": "Alex Wiley <alex@alexwiley.co.uk> (http://alexwiley.co.uk)",
  "license": "ISC",
  "dependencies": {
    "argv": "0.0.2",
    "colors": "^1.1.2",
    "fs": "0.0.1-security",
    "inquirer": "^3.3.0",
    "mkdirp": "^0.5.1",
    "rx-lite-aggregates": "^4.0.8"
  }
}
