forked from harsaharsa/steroids
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
91 lines (91 loc) · 2.18 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
{
"name": "steroids",
"version": "2.7.32",
"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]"
}
],
"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": {
"archiver": "0.4.x",
"async": "0.2.x",
"bower": "1.2.x",
"coffeelint": "0.5.x",
"coffee-script": "1.6.x",
"colorize": "0.1.x",
"ejs": "0.8.x",
"express": "3.3.x",
"grunt": "0.4.x",
"node-sass": "0.6.x",
"oauth": "0.9.x",
"open": "0.0.x",
"optimist": "0.6.x",
"path-extra": "0.1.x",
"portscanner": "0.1.3",
"prompt": "0.2.x",
"qrcode-terminal": "0.9.4",
"request": "2.27.x",
"restify": "2.6.x",
"restler": "2.0.x",
"ripple-emulator": "git://github.com/AppGyver/ripple-ui.git#00589a7ee448a6a2203d6c4a4715c55677751dc5",
"semver": "2.1.x",
"steroids-simulators": "http://appgyver.production.steroids.simulators.s3.amazonaws.com/steroids-simulators.tar.gz",
"watchr": "2.4.x",
"weinre": "2.0.0-pre-HH0SN197",
"wrench": "1.5.x",
"inquirer": "0.3.4",
"rimraf": "~2.2.2",
"karma": "0.10.1",
"karma-coffee-preprocessor": "0.1.0"
},
"devDependencies": {
"jasmine-node": "1.11.x"
}
}