forked from apache/cordova-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.33 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "cordova-ios",
"version": "4.2.0-dev",
"description": "cordova-ios release",
"main": "bin/templates/scripts/cordova/Api.js",
"repository": {
"type": "git",
"url": "https://git-wip-us.apache.org/repos/asf/cordova-ios.git"
},
"keywords": [
"ios",
"cordova",
"apache",
"ecosystem:cordova",
"cordova:platform"
],
"scripts": {
"test": "npm run jshint && npm run jasmine",
"jasmine": "npm run objc-tests && npm run jasmine-tests",
"objc-tests": "jasmine-node --captureExceptions --color tests/spec/cordovalib.spec.js",
"jasmine-tests": "jasmine-node --captureExceptions --color tests/spec/create.spec.js",
"jshint": "node node_modules/jshint/bin/jshint bin && node node_modules/jshint/bin/jshint tests"
},
"author": "Apache Software Foundation",
"license": "Apache Version 2.0",
"devDependencies": {
"jshint": "^2.6.0",
"uncrustify": "^0.6.1",
"tmp": "^0.0.26",
"jasmine-node": "~1",
"coffee-script": "^1.7.1",
"nodeunit": "^0.8.7"
},
"dependencies": {
"cordova-common": "^1.1.0",
"ios-sim": "^5.0.6",
"nopt": "^3.0.6",
"plist": "^1.2.0",
"q": "^1.4.1",
"shelljs": "^0.5.3",
"xcode": "^0.8.3"
},
"bundledDependencies": [
"cordova-common",
"ios-sim",
"nopt",
"plist",
"q",
"shelljs",
"xcode"
]
}