-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.47 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.47 KB
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
47
48
49
50
51
52
53
{
"name": "waes-assignment",
"version": "0.0.1",
"description": "WAES Assignment proyect",
"authors": "Agustin Inglese <agustin.inglese@gmail.com>",
"main": "Gruntfile.js",
"dependencies": {},
"devDependencies": {
"frisby": "^2.1.1",
"grunt": "^1.0.3",
"grunt-cli": "^1.3.2",
"grunt-contrib-jshint": "^2.0.0",
"grunt-protractor-runner": "^5.0.0",
"grunt-run": "^0.8.1",
"grunt-shell": "^3.0.1",
"jasmine-data-provider": "^2.2.0",
"jasmine-custom-message": "^0.8.2",
"jasmine-reporters": "^2.3.2",
"jasmine-pretty-html-reporter": "^0.2.5",
"jasmine-spec-reporter": "^2.7.0",
"jasmine2-custom-message": "^0.9.3",
"jest": "^23.6.0",
"jest-html-reporter": "^2.4.3",
"jest-stare": "^1.11.1",
"moment": "^2.23.0",
"protractor": "^5.4.2",
"protractor-beautiful-reporter": "^1.2.7",
"protractor-fail-fast": "^3.1.0",
"protractor-jasmine2-html-reporter": "^0.0.7",
"webdriver-manager": "^12.0.6",
"winston": "^2.3.0",
"winston-udp": "^0.0.7"
},
"scripts": {
"test": "./node_modules/.bin/jest"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/a-inglese/WAESAssignment/issues"
},
"jest": {
"verbose": true,
"testRegex": "(backend/api/.*|(\\.|/)(test|spec))\\.jsx?$",
"reporters": [
"default",
"jest-stare"
]
},
"jest-stare": {
"resultDir": "./reports/backend/"
},
"homepage": "https://github.com/a-inglese/WAESAssignment#readme"
}