You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

dub.json 193 B

1234567891011121314
  1. {
  2. "authors": [
  3. "yitter",
  4. "HuntLabs"
  5. ],
  6. "description": "A minimal D application.",
  7. "license": "proprietary",
  8. "name": "test",
  9. "dependencies": {
  10. "yitterd" : {
  11. "path": "../"
  12. }
  13. }
  14. }