{
    "name": "controlkit",
    "version": "0.1.9",
    "description": "A lightweight gui and controller library",
    "keywords": [
        "gui",
        "controller",
        "ui",
        "interface"
    ],
    "author": {
        "name": "Henryk Wollik",
        "email": "hwollik@hotmail.com",
        "url": "http://henrykwollik.com"
    },
    "main" : "index.js",
    "devDependencies" :
        {"browserify" : "6.2.x",
         "uglify-js"  : "2.4.x",
         "clean-css"  : "2.2.x",
         "through"    : "2.3.x"},
    "repository" :
        {"type" : "git",
         "url" : "https://github.com/automat/controlkit.js.git"},
    "homepage" : "http://github.com/automat/controlKit.js",
    "license": "MIT"
}