{ "name": "colossus", "version": "1.0.0", "description": "Self-hosted database for organizing PC hardware benchmarking results", "main": "index.js", "scripts": { "grunt": "grunt", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://git.metaunix.net/BitGoblin/colossus" }, "keywords": [ "inventory" ], "author": "Gregory Ballantine ", "license": "BSD-2-Clause", "dependencies": { "grunt": "^1.5.3", "grunt-contrib-sass": "^2.0.0", "grunt-contrib-coffee": "^2.1.0", "grunt-contrib-watch": "^1.1.0", "sass": "^1.56.1" } }