-
Notifications
You must be signed in to change notification settings - Fork 0
Formats
Kyle Harrison edited this page Jul 31, 2016
·
6 revisions
Inspired by the dub format
{
"name": "example/my-cool-project",
"homepage": "http://mycoolproject.com",
"authors": ["Some Dude"],
"license": "MIT",
"type": "package",
"description": "An example of a project descriptor, for sharing",
"source": "src",
"dependencies": {
"example/lua": "^5.0",
"example/gpu-profiler": "~1.0"
}
}
{
"dependencies": {
"example/lua": "^5.0"
}
}