forked from EBIvariation/eva-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.06 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "commons",
"version": "4.4.13",
"description": "javascript commons",
"repository": {
"type": "git",
"url": "https://github.com/EBIvariation/eva-web.git"
},
"devDependencies": {
"bower": "1.8.13",
"chai": "3.5.0",
"chai-webdriver": "1.2.3",
"chromedriver": "latest",
"geckodriver": "3.0.1",
"grunt": "1.4.1",
"grunt-bower-task": "0.6.1",
"grunt-config": "1.1.0",
"grunt-contrib-clean": "2.0.0",
"grunt-contrib-concat": "2.0.0",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-cssmin": "4.0.0",
"grunt-contrib-imagemin": "4.0.0",
"grunt-contrib-less": "3.0.0",
"grunt-contrib-rename": "0.2.0",
"grunt-contrib-uglify": "5.0.1",
"grunt-exec": "3.0.0",
"grunt-html-build": "0.7.1",
"grunt-hub": "1.0.0",
"selenium-webdriver": "3.6.0",
"grunt-mocha-test": "0.13.3",
"mocha": "7.2.0",
"grunt-minify-html": "3.0.0",
"grunt-replace": "2.0.2",
"mocha-jsdom": "2.0.0",
"time-grunt": "2.0.0",
"grunt-mocha-phantomjs": "4.0.0",
"grunt-serve": "0.1.6"
}
}