summaryrefslogtreecommitdiff
path: root/searx/static/oscar/package.json
blob: 945b7943d20b4a8f3aa69676ea84e471e81ab51e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "devDependencies": {
        "grunt": "~0.4.5",
        "grunt-contrib-uglify": "~0.6.0",
        "grunt-contrib-watch" : "~0.6.1",
        "grunt-contrib-concat" : "~0.5.0",
        "grunt-contrib-jshint" : "~0.10.0"
    },
    
    "scripts": {
        "build": "npm install && grunt",
        "start": "grunt watch",
        "test": "grunt"
    }
}