UNPKG

1.67 kBJSONView Raw
1{
2 "name": "cordova-ios",
3 "version": "4.1.1",
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 jshint && npm run e2e-tests && npm run objc-tests && npm run unit-tests",
19 "cover": "istanbul cover node_modules/jasmine-node/bin/jasmine-node -- tests/spec/unit",
20 "e2e-tests": "jasmine-node --captureExceptions --color tests/spec/create.spec.js",
21 "objc-tests": "jasmine-node --captureExceptions --color tests/spec/cordovalib.spec.js",
22 "unit-tests": "jasmine-node --captureExceptions --color tests/spec/unit",
23 "jshint": "jshint bin tests"
24 },
25 "author": "Apache Software Foundation",
26 "license": "Apache Version 2.0",
27 "devDependencies": {
28 "coffee-script": "^1.7.1",
29 "istanbul": "^0.4.2",
30 "jasmine-node": "~1",
31 "jshint": "^2.6.0",
32 "nodeunit": "^0.8.7",
33 "rewire": "^2.5.1",
34 "tmp": "^0.0.26",
35 "uncrustify": "^0.6.1"
36 },
37 "dependencies": {
38 "cordova-common": "^1.1.0",
39 "ios-sim": "^5.0.7",
40 "nopt": "^3.0.6",
41 "plist": "^1.2.0",
42 "q": "^1.4.1",
43 "shelljs": "^0.5.3",
44 "xcode": "^0.8.3"
45 },
46 "bundledDependencies": [
47 "cordova-common",
48 "ios-sim",
49 "nopt",
50 "plist",
51 "q",
52 "shelljs",
53 "xcode"
54 ]
55}