{ "name": "stage-manager", "version": "0.1.0", "description": "Bit Goblin video project manager", "main": "index.js", "scripts": { "grunt": "grunt", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "gitea@git.metaunix.net:BitGoblin/stage-manager.git" }, "keywords": [ "video", "project" ], "author": "Gregory Ballanine ", "uploaders": [ { "name": "Gregory Ballantine", "email": "gballantine@bitgoblin.tech" } ], "license": "BSD-2-Clause", "devDependencies": { "grunt": "^1.5.3", "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.55.0" } }