UNPKG

1.04 kBJSONView Raw
1{
2 "name": "ios-sim",
3 "version": "5.0.11",
4 "preferGlobal": "true",
5 "description": "launch iOS apps into the iOS Simulator from the command line (Xcode 7.0+)",
6 "main": "ios-sim.js",
7 "repository": {
8 "type": "git",
9 "url": "https://github.com/phonegap/ios-sim"
10 },
11 "engines": {
12 "node": ">=0.10.0"
13 },
14 "keywords": [
15 "ios-sim",
16 "iOS Simulator"
17 ],
18 "bin": {
19 "ios-sim": "./bin/ios-sim"
20 },
21 "bugs": {
22 "url": "https://github.com/phonegap/ios-sim/issues"
23 },
24 "author": "Shazron Abdullah",
25 "license": "MIT",
26 "dependencies": {
27 "plist": "^1.2.0",
28 "simctl": "^0.1.0",
29 "nopt": "1.0.9",
30 "bplist-parser": "^0.0.6"
31 },
32 "devDependencies": {
33 "jasmine-node": "^1.14.5",
34 "jscs": "^2.11.0",
35 "jshint": "^2.9.1"
36 },
37 "scripts": {
38 "test": "npm run jasmine",
39 "posttest": "npm run jshint",
40 "jshint": "jshint src ./ios-sim.js",
41 "postjshint": "npm run jscs",
42 "jscs": "jscs src ./ios-sim.js",
43 "jasmine": "jasmine-node --captureExceptions --color spec"
44 }
45}