-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 788 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 788 Bytes
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
34
{
"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": {
"underscore": "~1.8.3",
"sax": "~1.1.1"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-watch": "~0.3.1",
"grunt-mocha-test": "~0.6.3",
"grunt-contrib-jshint": "~0.7.1",
"grunt-jscs": "2.8.0",
"jshint-stylish": "~0.1.3",
"load-grunt-tasks": "~0.2.0",
"async": "~0.2.9",
"chai": "~1.8.1"
},
"engines" : {
"node" : ">=4.0.0"
}
}