-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 931 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
31
32
33
34
35
36
{
"name": "tf2stadium-test-client",
"version": "0.0.1",
"description": "E2E testing client for TF2Stadium",
"repository": {
"type": "git",
"url": "git://github.com/TF2Stadium/test-client.git"
},
"scripts": {
"start": "protractor protractor.conf.js",
"clean": "rm -rf screenshots",
"lint": "eslint --cache protractor.conf.js tests/**/*.js"
},
"author": {
"name": "gpittarelli",
"email": "[email protected]"
},
"license": "MIT",
"dependencies": {
"babel-core": "6.11.4",
"babel-polyfill": "^6.9.1",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-3": "^6.11.0",
"babel-register": "^6.9.0",
"dotenv": "^2.0.0",
"protractor": "^4.0.0",
"request": "2.74.0",
"request-promise": "4.0.2",
"tough-cookie": "2.3.0",
"webdriver-manager": "^10.2.1"
},
"devDependencies": {
"babel-eslint": "^6.1.2",
"eslint": "3.1.1"
}
}