1234567891011121314
  1. {
  2. "name": "Blank Starter",
  3. "baseref": "master",
  4. "tarignore": [
  5. ".sourcemaps",
  6. "node_modules",
  7. "package-lock.json",
  8. "www"
  9. ],
  10. "scripts": {
  11. "test": "npm run build"
  12. }
  13. }