UNPKG

1.68 kBJSONView Raw
1{
2 "name": "cordova-ios",
3 "version": "4.2.0",
4 "description": "cordova-ios release",
5 "main": "bin/templates/scripts/cordova/Api.js",
6 "repository": {
7 "type": "git",
8 "url": "https://git-wip-us.apache.org/repos/asf/cordova-ios.git"
9 },
10 "keywords": [
11 "ios",
12 "cordova",
13 "apache",
14 "ecosystem:cordova",
15 "cordova:platform"
16 ],
17 "scripts": {
18 "test": "npm run e2e-tests && npm run objc-tests && npm run unit-tests",
19 "posttest": "npm run jshint",
20 "cover": "istanbul cover node_modules/jasmine-node/bin/jasmine-node -- tests/spec/unit",
21 "e2e-tests": "jasmine-node --captureExceptions --color tests/spec",
22 "objc-tests": "xcodebuild test -workspace tests/cordova-ios.xcworkspace -scheme CordovaLibTests -destination \"platform=iOS Simulator,name=iPhone 5\" CONFIGURATION_BUILD_DIR=\"`mktemp -d 2>/dev/null || mktemp -d -t 'cordova-ios'`\"",
23 "preobjc-tests": "tests/scripts/killsim.js",
24 "unit-tests": "jasmine-node --captureExceptions --color tests/spec/unit",
25 "jshint": "jshint bin tests"
26 },
27 "author": "Apache Software Foundation",
28 "license": "Apache-2.0",
29 "devDependencies": {
30 "coffee-script": "^1.7.1",
31 "istanbul": "^0.4.2",
32 "jasmine-node": "~1",
33 "jshint": "^2.6.0",
34 "nodeunit": "^0.8.7",
35 "rewire": "^2.5.1",
36 "tmp": "^0.0.26",
37 "uncrustify": "^0.6.1"
38 },
39 "dependencies": {
40 "cordova-common": "^1.3.0",
41 "ios-sim": "^5.0.7",
42 "nopt": "^3.0.6",
43 "plist": "^1.2.0",
44 "q": "^1.4.1",
45 "shelljs": "^0.5.3",
46 "xcode": "^0.8.5"
47 },
48 "bundledDependencies": [
49 "cordova-common",
50 "ios-sim",
51 "nopt",
52 "plist",
53 "q",
54 "shelljs",
55 "xcode"
56 ]
57}