forked from EBIvariation/eva-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.07 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.0",
"description": "javascript commons",
"repository": {
"type": "git",
"url": "https://github.com/EBIvariation/eva-web.git"
},
"devDependencies": {
"bower": "1.7.9",
"chai": "3.5.0",
"chai-webdriver": "1.2.0",
"chromedriver": "73.0.0",
"geckodriver": "~1.16.2",
"grunt": "~1.0.4",
"grunt-bower-task": "~0.4.0",
"grunt-config": "1.0.0",
"grunt-contrib-clean": "~1.0.0",
"grunt-contrib-concat": "~1.0.0",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-cssmin": "1.0.1",
"grunt-contrib-imagemin": "1.0.0",
"grunt-contrib-less": "1.4.0",
"grunt-contrib-rename": "~0.2.0",
"grunt-contrib-uglify": "3.0.1",
"grunt-exec": "~3.0.0",
"grunt-html-build": "~0.5.3",
"grunt-hub": "0.7.0",
"selenium-webdriver": "~3.6.0",
"grunt-mocha-test": "~0.13.3",
"mocha": "2.4.5",
"grunt-minify-html": "2.1.0",
"grunt-replace": "1.0.1",
"mocha-jsdom": "~2.0.0",
"time-grunt": "1.4.0",
"grunt-mocha-phantomjs": "4.0.0",
"grunt-serve": "0.1.6"
}
}