forked from harsaharsa/steroids
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
104 lines (104 loc) · 2.59 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": "4.1.13",
"preferGlobal": "true",
"license": "MIT",
"author": "AppGyver <[email protected]>",
"description": "AppGyver Steroids Command Line Interface",
"contributors": [
{
"name": "Matti Paksula",
"email": "[email protected]"
},
{
"name": "Jesse Ikonen",
"email": "[email protected]"
},
{
"name": "Juha Suuraho",
"email": "[email protected]"
},
{
"name": "Harri Sarsa",
"email": "[email protected]"
},
{
"name": "Michael Klement",
"email": "[email protected]"
},
{
"name": "Petrus Repo",
"email": "[email protected]"
}
],
"bin": {
"steroids": "./bin/steroids"
},
"scripts": {
"preinstall": "node ./bin/preinstall.js || nodejs ./bin/preinstall.js"
},
"keywords": [
"steroids.js",
"appgyver",
"client",
"cli",
"phonegap",
"cordova",
"supersonic",
"ionic"
],
"repository": {
"type": "git",
"url": "git://github.com/AppGyver/steroids.git"
},
"engines": {
"node": ">=0.10.17",
"npm": ">=1.3.8"
},
"devDependencies": {
"deep-equal": "^1.0.0",
"jasmine-node": "1.14.5"
},
"dependencies": {
"ios-sim": "http://steroids-assets.appgyver.com/ios-sim-3.1.1-AppGyver-p1.tgz",
"steroids-android-packages": "http://steroids-assets.appgyver.com/steroids-android-packages-0.0.10.tgz",
"steroids-ios-packages": "http://steroids-assets.appgyver.com/steroids-ios-packages-4.0.4.tgz",
"bower": "1.3.8",
"coffee-script": "1.6.3",
"colorize": "0.1.0",
"express": "4.8.8",
"grunt": "0.4.5",
"inquirer": "0.3.4",
"oauth": "0.9.10",
"open": "0.0.4",
"optimist": "0.6.0",
"path-extra": "0.3.0",
"portscanner": "1.0.0",
"prompt": "0.2.11",
"qrcode-terminal": "0.9.4",
"request": "2.53.0",
"restler": "3.2.2",
"semver": "2.3.1",
"wrench": "1.5.4",
"yeoman-generator": "0.17.7",
"q": "0.9.7",
"chalk": "0.3.0",
"generator-steroids": "1.0.20",
"js-yaml": "3.0.2",
"express-json": "1.0.0",
"winston": "0.9.0",
"body-parser": "1.8.1",
"steroids-connect": "1.0.34",
"tiny-lr": "http://steroids-assets.appgyver.com/tiny-lr-0.1.4-AppGyver-p0.tgz",
"lodash": "2.4.1",
"data.either": "1.2.0",
"xmlbuilder": "2.6.1",
"bluebird": "2.3.5",
"chokidar": "1.0.0-rc3",
"chrome-cli": "http://steroids-assets.appgyver.com/chrome-cli-1.5.0-AppGyver-p0.tgz",
"npm": "2.1.7",
"figlet": "1.1.0",
"fs-extra": "0.13.0",
"xml2js": "0.4.4"
}
}