diff options
Diffstat (limited to 'searx/static/oscar/package.json')
| -rw-r--r-- | searx/static/oscar/package.json | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/searx/static/oscar/package.json b/searx/static/oscar/package.json deleted file mode 100644 index 945b7943d..000000000 --- a/searx/static/oscar/package.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "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" - } -} |