{
  "name": "pango-arm-gcc",
  "version": "0.0.4",
  "description": "Pango component to setup and use ARM GCC compiler and tools",
  "main": "dist/index.js",
  "author": "Joe Ferner <joe@fernsroth.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/joeferner/pango-arm-gcc.git"
  },
  "scripts": {
    "prepare": "tsc",
    "watch": "tsc --watch"
  },
  "devDependencies": {
    "typescript": "^2.5.3"
  },
  "dependencies": {
    "@types/fs-extra": "^4.0.3",
    "child-process-promise": "^2.2.1",
    "fs-extra": "^4.0.2",
    "pango": "0.0.x",
    "pango-gcc": "0.0.x"
  }
}
