-
Notifications
You must be signed in to change notification settings - Fork 55
/
Copy pathpackage.json
73 lines (73 loc) · 1.61 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
{
"name": "steroids",
"version": "0.5.3",
"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"
}
],
"main": "./src/main.js",
"bin": {
"steroids": "./bin/steroids"
},
"scripts": {
"test": "./bin/test",
"install": "./bin/install"
},
"keywords": [
"steroids.js",
"appgyver",
"client",
"cli",
"phonegap",
"cordova"
],
"repository": {
"type": "git",
"url": "git://github.com/AppGyver/steroids.git"
},
"engines": {
"node": ">=0.8.0",
"npm": ">=1.1.0"
},
"dependencies": {
"async": "0.1.22",
"coffeelint": "0.5.4",
"coffee-script": "1.4.0",
"colorize": "0.1.0",
"ejs": "0.8.3",
"exec-sync": "0.1.5",
"express": "3.0.6",
"grunt": "0.3.17",
"node-sass": "0.2.6",
"oauth": "0.9.8",
"open": "0.0.2",
"optimist": "0.3.5",
"path-extra": "0.0.3",
"prompt": "0.2.9",
"request": "2.12.0",
"restify": "2.1.1",
"restler": "2.0.1",
"steroids-js": ">=0.2.1",
"steroids-simulators": "http://appgyver.production.steroids.simulators.s3.amazonaws.com/steroids-simulators.tar.gz",
"watch": "0.5.1",
"weinre": "2.0.0-pre-H9PU2WST-incubating",
"wrench": "1.4.4"
},
"devDependencies": {
"jasmine-node": "1.0.28"
}
}