UNPKG

1.38 kBJSONView Raw
1{
2 "name": "cordova-osx",
3 "version": "6.0.0",
4 "description": "cordova-osx release",
5 "main": "bin/templates/scripts/cordova/Api.js",
6 "repository": {
7 "type": "git",
8 "url": "https://github.com/apache/cordova-osx"
9 },
10 "bugs": {
11 "url": "https://github.com/apache/cordova-osx/issues"
12 },
13 "keywords": [
14 "osx",
15 "cordova",
16 "apache",
17 "ecosystem:cordova",
18 "cordova:platform"
19 ],
20 "scripts": {
21 "test": "npm run lint && npm run test:coverage",
22 "test:objc": "jasmine --config=tests/spec/objc.json",
23 "test:component": "jasmine --config=tests/spec/component.json",
24 "test:coverage": "nyc jasmine --config=tests/spec/coverage.json",
25 "lint": "eslint . \"bin/**/!(*.*)\""
26 },
27 "author": "Apache Software Foundation",
28 "license": "Apache-2.0",
29 "dependencies": {
30 "cordova-common": "^4.0.0",
31 "nopt": "^4.0.1",
32 "plist": "^3.0.1",
33 "q": "^1.4.1",
34 "shelljs": "^0.5.3",
35 "underscore": "^1.9.1",
36 "unorm": "^1.4.1",
37 "xcode": "^3.0.1"
38 },
39 "devDependencies": {
40 "@cordova/eslint-config": "^3.0.0",
41 "jasmine": "^3.1.0",
42 "jasmine-spec-reporter": "^4.2.1",
43 "nyc": "^14.1.1",
44 "tmp": "0.0.33"
45 },
46 "engines": {
47 "node": ">=10.0.0"
48 },
49 "nyc": {
50 "include": [
51 "bin/lib/**",
52 "bin/templates/scripts/**"
53 ],
54 "reporter": [
55 "lcov",
56 "text"
57 ]
58 }
59}