mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-25 21:32:51 +09:00
Restore package.json, it was accidentally deleted
This commit is contained in:
parent
546606b208
commit
81582958dd
1 changed files with 26 additions and 0 deletions
26
package.json
Normal file
26
package.json
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"name": "XpressEngine",
|
||||
"author": "NAVER",
|
||||
"license": "GNU LGPL",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/xpressengine/xe-core.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/xpressengine/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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue