UNPKG

1.08 kBJSONView Raw
1{
2 "name": "kd",
3 "version": "0.2.0",
4 "preferGlobal": true,
5 "description": "Koding KD CLI",
6 "keywords": ["koding", "kd", "kite", "kdapp"],
7 "author": "Fatih Kadir Akın <fka@koding.com>",
8 "contributors": [
9 {
10 "name": "Gökmen Göksel",
11 "email": "gokmeng@gmail.com"
12 }
13 ],
14 "licenses": [{
15 "type": "MIT",
16 "url": "https://raw.github.com/koding/kd/master/LICENSE"
17 }],
18 "engines": {
19 "node": ">=0.8.0"
20 },
21 "main" : "./bin/kd.js",
22 "bin": {
23 "kd": "./bin/kd"
24 },
25 "homepage": "http://koding.com",
26 "bugs": "https://github.com/koding/kd/issues",
27 "repository": {
28 "type": "git",
29 "url": "git://github.com/koding/kd.git"
30 },
31 "dependencies": {
32 "coffee-script": ">=1.6.0",
33 "optimist": ">=0.3.7",
34 "ftps": ">=0.2.1",
35 "progress": ">=0.1.0",
36 "request": ">=2.20.0",
37 "shelljs": ">=0.1.3",
38 "colors": ">=0.6.0-1",
39 "underscore": ">=1.4.4"
40 }
41}