forked from harsaharsa/steroids
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
104 lines (104 loc) · 2.53 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"name": "steroids",
"version": "3.5.17",
"preferGlobal": "true",
"license": "MIT",
"author": "AppGyver <contact@appgyver.com>",
"description": "AppGyver Steroids command line interface",
"contributors": [
{
"name": "Matti Paksula",
"email": "matti.paksula@appgyver.com"
},
{
"name": "Jesse Ikonen",
"email": "jesse.ikonen@appgyver.com"
},
{
"name": "Juha Suuraho",
"email": "juha.suuraho@appgyver.com"
},
{
"name": "Harri Sarsa",
"email": "harri.sarsa@appgyver.com"
},
{
"name": "Michael Klement",
"email": "mklement0@gmail.com"
},
{
"name": "Petrus Repo",
"email": "petrus.repo@appgyver.com"
}
],
"main": "./src/main.js",
"bin": {
"steroids": "./bin/steroids"
},
"scripts": {
"test": "./bin/test",
"preinstall": "node ./bin/check-node-version && node ./bin/preinstall",
"install": "node ./bin/install",
"preupdate": "node ./bin/check-node-version"
},
"keywords": [
"steroids.js",
"appgyver",
"client",
"cli",
"phonegap",
"cordova"
],
"repository": {
"type": "git",
"url": "git://github.com/AppGyver/steroids.git"
},
"engines": {
"node": ">=0.10.17",
"npm": ">=1.3.8"
},
"dependencies": {
"ios-sim": "git+https://git@github.com/AppGyver/ios-sim.git",
"archiver": "0.4.10",
"async": "0.2.9",
"bower": "1.3.8",
"coffeelint": "0.5.7",
"coffee-script": "1.6.3",
"colorize": "0.1.0",
"ejs": "0.8.5",
"express": "3.3.8",
"grunt": "0.4.2",
"inquirer": "0.3.4",
"oauth": "0.9.10",
"open": "0.0.4",
"optimist": "0.6.0",
"path-extra": "0.1.1",
"portscanner": "0.1.3",
"prompt": "0.2.11",
"qrcode-terminal": "0.9.4",
"request": "2.27.0",
"restify": "2.6.0",
"restler": "2.0.1",
"ripple-emulator": "git+https://git@github.com/AppGyver/incubator-ripple.git",
"semver": "2.3.1",
"steroids-simulators": "http://appgyver.production.steroids.simulators.s3.amazonaws.com/steroids-simulators.tar.gz",
"watchr": "2.4.4",
"weinre": "2.0.0-pre-HH0SN197",
"wrench": "1.5.4",
"yeoman-generator": "0.13.4",
"rimraf": "2.2.2",
"karma": "0.11.14",
"karma-coffee-preprocessor": "0.1.0",
"q": "0.9.7",
"chalk": "0.3.0",
"xml2js": "0.4.0",
"generator-steroids": "0.4.5",
"karma-jasmine": "0.1.5",
"karma-junit-reporter": "0.2.1",
"js-yaml": "3.0.2",
"request-json": "0.4.10"
},
"devDependencies": {
"jasmine-node": "1.11.0"
}
}