forked from rickvandersterren/node-caspar-cg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 761 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "caspar-cg",
"description": "Caspar CG to Node interface",
"version": "0.1.0",
"author": "Kevin Smith (@respectTheCode)",
"license": "MIT",
"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": {
"sax": "~1.1.1"
},
"devDependencies": {
"async": "~0.2.9",
"chai": "~1.8.1",
"grunt": "~0.4.5",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-jshint": "~0.7.1",
"grunt-contrib-watch": "~0.3.1",
"grunt-jscs": "2.8.0",
"grunt-mocha-test": "^0.13.3",
"jshint-stylish": "~0.1.3",
"load-grunt-tasks": "~0.2.0"
},
"engines": {
"node": ">=4.0.0"
}
}