-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
46 lines (46 loc) · 1.29 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
40
41
42
43
44
45
46
{
"name": "googley-eyes",
"version": "1.0.0",
"description": "Chrome extension for web-use tracking",
"engines": {
"node": "10.10.0"
},
"main": "index.js",
"scripts": {
"test": "istanbul cover ./node_modules/.bin/jasmine",
"test-features": "node node_modules/webdriverio/bin/wdio ./spec/features/config/jasmine.conf.js",
"linter": "node node_modules/eslint/bin/eslint ./app/**/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LazySamir/googley-eyes.git"
},
"keywords": [
"chrome",
"extension",
"tdd"
],
"author": "Samir Soormally",
"license": "ISC",
"bugs": {
"url": "https://github.com/LazySamir/googley-eyes/issues"
},
"homepage": "https://github.com/LazySamir/googley-eyes#readme",
"devDependencies": {
"babel-register": "^6.26.0",
"eslint": "^5.7.0",
"istanbul": "^0.4.5",
"jasmine": "^3.2.0",
"jasmine-console-reporter": "^3.1.0",
"selenium-standalone": "^6.15.3",
"sinon-chrome": "^2.3.2",
"url-parse": "^1.4.3",
"wdio-allure-reporter": "^0.8.2",
"wdio-jasmine-framework": "^0.3.6",
"wdio-json-reporter": "^0.3.1",
"wdio-junit-reporter": "^0.4.4",
"wdio-selenium-standalone-service": "0.0.10",
"wdio-spec-reporter": "^0.1.5",
"webdriverio": "^4.13.2"
}
}