{ "name": "caspar-cg", "description": "Caspar CG to Node interface", "version": "0.0.6-3", "author": "Kevin Smith (@respectTheCode)", "homepage": "https://github.com/respectTheCode/node-caspar-cg", "repository": { "type": "git", "url": "https://github.com/respectTheCode/node-caspar-cg.git" }, "scripts": { "test": "grunt mochaTest" }, "dependencies": { "underscore": "*", "sax": "*" }, "devDependencies": { "grunt": "~0.4", "grunt-contrib-clean": "~0.4.0", "grunt-contrib-watch": "~0.3.1", "grunt-mocha-test": "~0.6.3", "grunt-contrib-jshint": "~0.7.1", "jshint-stylish": "~0.1.3", "load-grunt-tasks": "~0.2.0", "async": "~0.2.9", "chai": "~1.8.1" } }