1
0

package.json 402 B

1234567891011121314151617
  1. {
  2. "name": "amber-dev",
  3. "version": "0.0.1",
  4. "description": "Development goodies for Amber Smalltalk",
  5. "scripts": {
  6. "test": "echo \"Error: no test specified\" && exit 1"
  7. },
  8. "repository": {
  9. "type": "git",
  10. "url": "git://github.com/amber-smalltalk/amber-dev"
  11. },
  12. "author": "",
  13. "license": "MIT",
  14. "bugs": {
  15. "url": "https://github.com/amber-smalltalk/amber-dev/issues"
  16. }
  17. }