{
    "name": "angularjs-server",
    "version": "0.0.31",
    "description": "A specialized server for AngularJS applications",
    "author": "Martin Atkins <mart@degeneration.co.uk>",
    "keywords": ["angularjs"],
    "repository": {
        "type": "git",
        "url": "git://github.com/saymedia/angularjs-server.git"
    },
    "main": "./lib/main",
    "scripts": {
        "test": "nodeunit tests/",
        "lint": "jshint -c .jshintrc lib/* tests/*"
    },
    "dependencies": {
        "angularcontext": "0.0.23",
        "escape-html": "1.0.0",
        "express": "~3.4.4",
        "local-xmlhttprequest": "^1.5.1"
    },
    "devDependencies": {
        "nodeunit": "*",
        "jshint": "2.1.11"
    },
    "engines" : {
        "node" : ">=4"
    }
}
