{
    "name": "spatial-navigator",
    "description": "JS spatial navigation library",
    "version": "1.1.3",
    "main": "dist/spatial-navigator.min.js",
    "directories": {
        "test": "test"
    },
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1",
        "build": "grunt build"
    },
    "repository": "git+https://github.com/ajsoriar/spatial-navigator.git",
    "keywords": [
        "spatial",
        "navigation",
        "spatial navigation",
        "spatial-navigation",
        "spatial-navigator"
    ],
    "author": "Andres J. Soria R. <ajsoriar@gmail.com>",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/ajsoriar/spatial-navigator/issues"
    },
    "homepage": "https://github.com/ajsoriar/spatial-navigator#readme",
    "devDependencies": {
        "grunt": "~1.3",
        "grunt-cleanempty": "^1.0.3",
        "grunt-contrib-clean": "~0.5.0",
        "grunt-contrib-concat": "~0.3.0",
        "grunt-contrib-copy": "~0.5.0",
        "grunt-contrib-uglify": "~0.2.2",
        "grunt-contrib-watch": "^0.6.1",
        "grunt-remove-comments": "^0.1.6",
        "grunt-replace": "^1.0.1"
    },
    "dependencies": {}
}
