mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
16 lines
331 B
JSON
16 lines
331 B
JSON
{
|
|
"name": "RhymiX",
|
|
"author": "NAVER, RhymiX Developers and Contributors",
|
|
"license": "GNU LGPL",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/rhymix/rhymix.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/rhymix/rhymix/issues"
|
|
},
|
|
"main": "Gruntfile.js",
|
|
"scripts": {
|
|
"test": "grunt"
|
|
}
|
|
}
|