-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
37 lines (37 loc) · 912 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
37
{
"name": "karma-ios-simulator-launcher",
"version": "0.0.4",
"description": "Launcher of Mobile Safari on MacOS",
"main": "index.js",
"dependencies": {
"colors": "^1.1.2",
"karma": "^0.13.22",
"marcosc-async": "^1.1.3"
},
"engines" : {
"node" : ">=4"
},
"devDependencies": {
"jasmine": "^2.4.1",
"karma-jasmine": "^0.3.8"
},
"scripts": {
"test": "karma start --single-run --browsers MobileSafari karma.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/marcoscaceres/karma-ios-simulator-launcher.git"
},
"keywords": [
"ios",
"karma",
"karma-plugin",
"safari"
],
"author": "Marcos Caceres",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/marcoscaceres/karma-ios-simulator-launcher/issues"
},
"homepage": "https://github.com/marcoscaceres/karma-ios-simulator-launcher#readme"
}