mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
26 lines
643 B
JSON
26 lines
643 B
JSON
{
|
|
"name": "RhymiX",
|
|
"author": "NAVER, RhymiX Developers and Contributors",
|
|
"license": "GNU LGPL",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/xetown/xe-core.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/xetown/xe-core/issues"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "^0.4.5",
|
|
"grunt-contrib-clean": "^0.5.0",
|
|
"grunt-contrib-concat": "^0.3.0",
|
|
"grunt-contrib-csslint": "~0.3.0",
|
|
"grunt-contrib-cssmin": "^0.7.0",
|
|
"grunt-contrib-jshint": "~0.10.0",
|
|
"grunt-contrib-uglify": "^0.4.1",
|
|
"grunt-phplint": "~0.0.3"
|
|
},
|
|
"main": "Gruntfile.js",
|
|
"scripts": {
|
|
"test": "grunt"
|
|
}
|
|
}
|