14 lines
312 B
JSON
14 lines
312 B
JSON
{
|
|
"name": "d-dub-proj",
|
|
"description": "An example project skeleton",
|
|
"homepage": "http://example.org",
|
|
"copyright": "Copyright © 2000, Your Name",
|
|
"authors": [
|
|
"Josh Holtrop"
|
|
],
|
|
"dependencies": {
|
|
"derelict-gl3": "~master",
|
|
"derelict-sdl2": "~master"
|
|
}
|
|
}
|