-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.25 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.25 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
{
"name": "@webjunto/dozn-angular",
"version": "1.2.2",
"description": "Dozn is a tool for automatically generating E2E tests for your angular application",
"main": "src/index.js",
"typings": "src/index.d.ts",
"types": "src/index.d.ts",
"scripts": {
"build": "rm -rf dist && ngc && copyfiles package.json dist/",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Webjunto/dozn-angular.git"
},
"keywords": [
"angular",
"testing",
"e2e"
],
"author": "Webjunto, LLC.",
"license": "MIT",
"bugs": {
"url": "https://github.com/Webjunto/dozn-angular/issues"
},
"homepage": "https://github.com/Webjunto/dozn-angular#readme",
"dependencies": {
"@angular/router": "5.0.0",
"@angular/animations": "5.0.0",
"@angular/common": "5.0.0",
"@angular/compiler": "5.0.0",
"@angular/compiler-cli": "5.0.0",
"@angular/core": "5.0.0",
"@angular/forms": "5.0.0",
"@angular/http": "5.0.0",
"@angular/platform-browser": "5.0.0",
"@angular/platform-browser-dynamic": "5.0.0",
"rxjs": "5.5.2",
"sw-toolbox": "3.6.0",
"zone.js": "0.8.18"
},
"devDependencies": {
"copyfiles": "1.2.0",
"typescript": "2.4.2"
}
}