mirror of https://github.com/searxng/searxng.git
18 lines
444 B
JSON
18 lines
444 B
JSON
{
|
|
"devDependencies": {
|
|
"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"
|
|
},
|
|
"scripts": {
|
|
"build": "npm install && grunt",
|
|
"start": "grunt watch",
|
|
"test": "grunt"
|
|
},
|
|
"dependencies": {}
|
|
}
|