{
    "jsroot"      : "assets/javascripts",
    "cssroot"     : "assets/stylesheets",
    "cssadmin"    : "assets/stylesheets/admin",
    "cssfront"    : "assets/stylesheets/front",
    "name"        : "WPUpperShareButtons",
    "version"     : "1.0.0",
    "description" : "Implements grunt in assets on plugin for WordPress.",
    "main"        : "index.js",
    "scripts"     : {
        "test" : "echo \"Error: no test specified\" && exit 1"
    },
    "author"           : "@victorfreitas",
    "license"          : "ISC",
    "devDependencies"  : {
        "grunt"                     : "^0.4.5",
        "grunt-contrib-concat"      : "^1.0.1",
        "grunt-contrib-handlebars"  : "^1.0.0",
        "grunt-contrib-jshint"      : "^1.0.0",
        "grunt-contrib-sass"        : "^1.0.0",
        "grunt-contrib-uglify"      : "^1.0.1",
        "grunt-contrib-watch"       : "^1.0.0",
        "grunt-handlebars-compiler" : "^0.2.0"
    }
}