-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 1.17 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
{
"name": "rub-cli",
"commonName": "rub-cli",
"version": "0.2.7",
"custom": false,
"description": "Adapt Buildkit (rub-cli)",
"failText": "Please run: 'npm install -g rub-cli'",
"author": "Oliver Foster, Kineo",
"license": "GPL-3.0",
"repository": "https://github.com/cgkineo/rub-cli",
"versionURL": "https://raw.githubusercontent.com/cgkineo/rub-cli/master/package.json",
"dependencies": {
"async": "^3.2.2",
"chalk": "^4.1.0",
"ffprobe": "^1.1.2",
"ffprobe-static": "^3.0.0",
"fs-extra": "^9.1.0",
"gaze": "^1.1.3",
"globs": "^0.1.4",
"image-size-big-max-buffer": "^0.3.5",
"lodash": "^4.17.21",
"minimatch": "^3.0.4",
"archiver": "^5.3.1",
"open": "8.0.2",
"semver": "^7.3.5",
"serve-index": "^1.9.1",
"serve-static": "^1.14.1"
},
"devDependencies": {
"eslint": "^6.0.1",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-requirejs": "^4.0.0",
"eslint-plugin-standard": "^4.0.0"
},
"scripts": {
"install": "node install.js"
},
"bin": {
"rub": "./bin/rub"
}
}