-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 881 Bytes
/
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
{
"name": "selenium-mediawiki-mocha",
"version": "0.0.1",
"description": "An example repository on how to implement Selenium tests in Node.js using Mocha",
"main": "index.js",
"scripts": {
"selenium": "grunt mochaTest",
"test": "grunt"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zeljkofilipin/selenium-mediawiki-mocha.git"
},
"author": "Željko Filipin",
"license": "MIT",
"bugs": {
"url": "https://github.com/zeljkofilipin/selenium-mediawiki-mocha/issues"
},
"homepage": "https://github.com/zeljkofilipin/selenium-mediawiki-mocha#readme",
"dependencies": {
"config": "^1.25.1",
"eslint-config-wikimedia": "^0.4.0",
"grunt": "^1.0.1",
"grunt-eslint": "^19.0.0",
"grunt-mocha-test": "^0.13.2",
"load-grunt-tasks": "^3.5.2",
"mocha": "^3.1.2",
"selenium-webdriver": "^3.0.1"
}
}