{
    "name": "autosave",
    "version": "1.0.3",
    "description": "A server for Chrome Devtools Autosave (https://github.com/NV/chrome-devtools-autosave)",
    "keywords": ["devtools"],
    "bin": {
        "autosave": "./bin/autosave"
    },
    "scripts": {
        "autostart": "./scripts/autostart.sh",
        "install": "node ./scripts/install.js"
    },
    "preferGlobal" : true,
    "author": "Nikita Vasilyev <me@elv1s.ru>",
    "main": "index",
    "engines": {
        "node": ">= 0.4.x"
    },
    "repository": {
        "type": "git",
        "url": "git://github.com/NV/chrome-devtools-autosave-server.git"
    },
    "bugs": {
        "url": "https://github.com/NV/chrome-devtools-autosave-server/issues"
    },
    "dependencies": {
        "commander": "0.5.x"
    }
}
