rhymix/package.json
2016-01-08 22:21:47 +09:00

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"
}
}