-
Notifications
You must be signed in to change notification settings - Fork 93
/
package.json
62 lines (62 loc) · 1.37 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
{
"name": "jitsu",
"description": "Flawless command line deployment of Node.js apps to the cloud",
"keywords": [
"cli",
"nodejitsu",
"cloud hosting",
"platform-as-a-service",
"deployment"
],
"version": "0.15.0",
"author": "Nodejitsu Inc. <[email protected]>",
"maintainers": [
"AvianFlu <[email protected]>",
"Marak <[email protected]>"
],
"repository": {
"type": "git",
"url": "http://github.com/nodejitsu/jitsu.git"
},
"preferGlobal": true,
"dependencies": {
"canihaz": "1.0.1",
"colors": "0.6.2",
"complete": "0.3.1",
"dateformat": "1.0.8-1.2.3",
"flatiron": "0.3.11",
"flatiron-cli-config": "0.1.4",
"flatiron-cli-users": "0.1.10",
"fstream": "0.1.25",
"fstream-npm": "0.1.6",
"ladder": "0.0.1",
"nodejitsu-api": "0.6.4",
"opener": "1.4.x",
"pkginfo": "0.3.0",
"progress": "0.1.0",
"request": "2.42.0",
"require-analyzer": "0.5.0",
"spawn-command": "0.0.2",
"semver": "1.0.14",
"tar": "0.1.18",
"wizard": "0.0.1"
},
"canihaz": {
"npm": "1.3.15"
},
"devDependencies": {
"nock": "0.46.x",
"vows": "0.7.x"
},
"bin": {
"jitsu": "./bin/jitsu"
},
"main": "./lib/jitsu",
"scripts": {
"test": "vows test/commands/*-test.js test/lib/*-test.js --spec -i"
},
"engines": {
"node": ">= 0.6.0"
},
"license": "MIT"
}