2014-11-30 12:21:58 +00:00
|
|
|
{
|
|
|
|
"devDependencies": {
|
2020-06-03 11:44:55 +00:00
|
|
|
"grunt": "^0.4.5",
|
2019-08-06 07:31:24 +00:00
|
|
|
"grunt-contrib-concat": "~0.5.0",
|
|
|
|
"grunt-contrib-jshint": "~0.10.0",
|
2020-06-03 11:44:55 +00:00
|
|
|
"grunt-contrib-less": "~0.11.0",
|
|
|
|
"grunt-contrib-uglify": "~0.6.0",
|
|
|
|
"grunt-contrib-watch": "~0.6.1"
|
2014-11-30 12:21:58 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"build": "npm install && grunt",
|
|
|
|
"start": "grunt watch",
|
|
|
|
"test": "grunt"
|
2020-06-03 11:44:55 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"grunt-cli": "^1.3.2"
|
2014-11-30 12:21:58 +00:00
|
|
|
}
|
|
|
|
}
|