-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.32 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.32 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
{
"name": "@webjunto/dozn-ionic",
"version": "1.2.2",
"description": "Dozn is a tool for automatically generating E2E tests for your ionic 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-ionic.git"
},
"keywords": [
"angular",
"ionic",
"ionicframework",
"testing",
"e2e"
],
"author": "Webjunto, LLC.",
"license": "MIT",
"bugs": {
"url": "https://github.com/Webjunto/dozn-ionic/issues"
},
"homepage": "https://github.com/Webjunto/dozn-ionic#readme",
"dependencies": {
"@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",
"@ionic-native/core": "^4.3.1",
"@ionic-native/device": "^4.5.2",
"ionic-angular": "3.9.2",
"rxjs": "5.5.2",
"sw-toolbox": "3.6.0",
"zone.js": "0.8.18"
},
"devDependencies": {
"copyfiles": "^1.2.0",
"typescript": "^2.4.2"
}
}