package.json 424 B

1234567891011121314151617
  1. {
  2. "name": "@ambers/grunt-init-amber-project",
  3. "version": "0.30.1",
  4. "description": "grunt-init template for amber project",
  5. "main": "template.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://lolg.it/amber/amber.git"
  12. },
  13. "license": "MIT",
  14. "bugs": {
  15. "url": "https://lolg.it/amber/amber/issues?labels=in+template"
  16. }
  17. }