2014-11-30 12:21:58 +00:00
|
|
|
{
|
|
|
|
"devDependencies": {
|
2021-03-10 13:17:07 +00:00
|
|
|
"grunt": "^1.3.0",
|
|
|
|
"grunt-cli": "^1.3.2",
|
|
|
|
"grunt-contrib-concat": "~1.0.1",
|
|
|
|
"grunt-contrib-jshint": "~3.0.0",
|
|
|
|
"grunt-contrib-less": "~3.0.0",
|
|
|
|
"grunt-contrib-uglify": "~5.0.0",
|
|
|
|
"grunt-contrib-watch": "~1.1.0"
|
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
|
|
|
},
|
2021-03-10 13:17:07 +00:00
|
|
|
"dependencies": {}
|
2014-11-30 12:21:58 +00:00
|
|
|
}
|