{ "name": "halftone-website", "version": "1.0.0", "description": "HalfTone website", "main": "index.js", "scripts": { "grunt": "grunt", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://git.metaunix.net/HalfTone/website.git" }, "keywords": [ "halftone", "music", "website", "rock" ], "author": "Gregory Ballantine ", "license": "BSD-2-Clause", "devDependencies": { "grunt": "^1.6.1", "grunt-cli": "^1.4.3", "grunt-contrib-coffee": "^2.1.0", "grunt-contrib-sass": "^2.0.0", "grunt-contrib-watch": "^1.1.0", "sass": "^1.62.1" } }