UNPKG

726 BJSONView Raw
1{
2 "name": "caspar-cg",
3 "description": "Caspar CG to Node interface",
4 "version": "0.0.7",
5 "author": "Kevin Smith (@respectTheCode)",
6 "homepage": "https://github.com/respectTheCode/node-caspar-cg",
7 "repository": {
8 "type": "git",
9 "url": "https://github.com/respectTheCode/node-caspar-cg.git"
10 },
11 "scripts": {
12 "test": "grunt mochaTest"
13 },
14 "dependencies": {
15 "underscore": "*",
16 "sax": "*"
17 },
18 "devDependencies": {
19 "grunt": "~0.4",
20 "grunt-contrib-clean": "~0.4.0",
21 "grunt-contrib-watch": "~0.3.1",
22 "grunt-mocha-test": "~0.6.3",
23 "grunt-contrib-jshint": "~0.7.1",
24 "grunt-jscs-checker": "^0.6.1",
25 "jshint-stylish": "~0.1.3",
26 "load-grunt-tasks": "~0.2.0",
27 "async": "~0.2.9",
28 "chai": "~1.8.1"
29 }
30}