UNPKG

624 BJSONView Raw
1{
2 "devMode": true,
3 "version": "1",
4 "name": "kd",
5 "type": "worker",
6 "identifier": "com.koding.kites.kd",
7 "path": "~/Kites/kd.kite",
8 "homepage": "devrim.koding.com/kites/kd",
9 "author": "devrim",
10 "repository": "git://github.com/devrim/bombastik.kite.git",
11 "description": "bombastik : a Koding kite",
12 "category": "web-api",
13 "source": {
14 "blocks": {
15 "kite": {
16 "files": [
17 "./index.coffee"
18 ]
19 }
20 }
21 },
22 "options": {
23 "privacy": "private"
24 },
25 "icns": {
26 "128": "./resources/icon.128.png"
27 },
28 "dependencies": [],
29 "apiAddress": "https://koding.com"
30}