{
    "name": "<%= _.slugify(appName) %>"
    ,"description": ""
    ,"version": "0.0.1"
    ,"author": {
         "name" :   ""
        ,"email":   ""
    }
    ,"private": true
    ,"dependencies": {
         "bower":                   "*"
        ,"connect-livereload":      "*"
        ,"grunt":                   "*"
        ,"grunt-autoprefixer":      "*"
        ,"grunt-contrib-clean":     "*"
        ,"grunt-contrib-connect":   "*"
        ,"grunt-contrib-copy":      "*"
        ,"grunt-contrib-less":      "*"
        ,"grunt-contrib-requirejs": "*"
        ,"grunt-contrib-watch":     "*"
        ,"grunt-env":               "*"
        ,"grunt-phonegap":          "*"
        ,"grunt-preprocess":        "*"
        ,"request":                 "*"
        ,"matchdep":                "*"
        ,"moment":                  "*"
        ,"phonegap":                "*"
    }
    ,"engines": {
        "node": ">=0.8.0"
    }
}