forked from soda-x/node-isimulator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.06 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
{
"name": "node-isimulator",
"version": "0.1.2",
"description": "use node.js to control iOS simulator , of course you can use it for automatically debugging webpage",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/pigcan/node-isimulator.git"
},
"keywords": [
"iOS",
"Simulator",
"ios-sim"
],
"author": "pigcan",
"license": "MIT",
"bugs": {
"url": "https://github.com/pigcan/node-isimulator/issues"
},
"homepage": "https://github.com/pigcan/node-isimulator",
"bin": {
"ns": "cli.js"
},
"dependencies": {
"co": "~4.6.0",
"co-exec": "~1.1.0",
"co-fs-extra": "~1.1.0",
"co-sleep": "~0.0.1",
"colorful": "~2.1.0",
"commander": "~2.8.1",
"download": "~4.2.0",
"inquirer": "~0.9.0",
"io-spin": "~0.1.2",
"spm-log": "~0.1.3",
"thunkify": "~2.1.2"
},
"devDependencies": {
"istanbul": "*",
"jshint": "*",
"mocha": "*",
"request": "~2.40.0",
"should": "*"
}
}