forked from rokucommunity/rooibos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.3 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "rooibos",
"version": "3.3.0",
"description": "simple, flexible, fun brihhtscript test framework for roku scenegraph apps",
"main": "index.js",
"directories": {
"doc": "docs"
},
"dependencies": {
"gulp-header": "^2.0.7",
"ts-node": "^8.0.2"
},
"devDependencies": {
"del": "^3.0.0",
"docdash": "^0.4.0",
"dotenv": "^8.1.0",
"generate-changelog": "^1.8.0",
"glob-all": "^3.1.0",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-copy": "^4.0.1",
"gulp-rm-lines": "0.0.9",
"gulpclass": "^0.2.0",
"ink-docstrap": "1.3.0",
"jsdoc": "3.5.5",
"maestro-cli-roku": "^0.4.3",
"minami": "^1.2.3",
"roku-deploy": "^2.0.0",
"rooibos-cli": "^1.0.1",
"typescript": "3.7.4",
"vinyl-paths": "^2.1.0"
},
"scripts": {
"use-live-cli": "npm install maestro-cli-roku --save-dev",
"use-local-cli": "npm install ../../maestro-cli --save-dev"
},
"repository": {
"type": "git",
"url": "https://github.com/georgejecook/rooibos.git"
},
"keywords": [
"brightscript",
"unit",
"testing",
"rooibos",
"tdd"
],
"author": "George Cook",
"license": "MIT",
"bugs": {
"url": "https://github.com/georgejecook/rooibos/issues"
},
"homepage": "https://github.com/georgejecook/rooibos#readme"
}