cmd: npm start
targets:
  lint:
    cmd: "npm run lint"
  test:
    cmd: "npm test"
  webpack:
    cmd: "webpack ./browser.js"
