{
  "name": "angle",
  "version": "0.9.1",
  "description": "General purpose command-line tool for A-Frame.",
  "main": "index.js",
  "bin": {
    "angle": "./index.js"
  },
  "scripts": {},
  "repository": {
    "type": "git",
    "url": "git+https://github.com/aframevr/angle.git"
  },
  "keywords": [
    "aframe",
    "vr",
    "aframevr",
    "angle",
    "cli",
    "component",
    "webvr",
    "three.js"
  ],
  "author": "Kevin Ngo <me@ngokevin.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/aframevr/angle/issues"
  },
  "homepage": "https://github.com/aframevr/angle#readme",
  "dependencies": {
    "aframe-registry": "^0.6.0",
    "cheerio": "^0.22.0",
    "commander": "^2.9.0",
    "glob": "^7.1.1",
    "inquirer": "^1.2.2",
    "nunjucks": "^3.0.0",
    "shelljs": "^0.7.6",
    "slug": "^0.9.1",
    "title-case": "^2.1.0"
  }
}
