forked from balena-os/leviathan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.78 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
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "balena-tests",
"version": "1.18.6",
"description": "Automated testing for balenaOS",
"private": true,
"scripts": {
"lint": "eslint lib scripts tests",
"test": "npm run lint",
"start": "node lib/runner.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/balena-io/balena-tests.git"
},
"keywords": [
"balenOS",
"testing"
],
"author": "balena Inc. <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/balena-io/balena-tests/issues"
},
"homepage": "https://github.com/balena-io/balena-tests",
"dependencies": {
"ajv": "^6.5.0",
"balena-cli": "^9.15.2",
"balena-sdk": "^11.10.0",
"balena-sync": "^10.0.0",
"bluebird": "^3.5.1",
"bluebird-retry": "^0.11.0",
"data-store": "^3.0.0",
"drivelist": "^5.0.22",
"etcher-image-write": "^9.1.3",
"firmata": "^0.19.1",
"fs-extra": "^3.0.1",
"indent-string": "^3.2.0",
"inquirer": "^5.1.0",
"lodash": "^4.17.10",
"make-runnable": "^1.3.6",
"mountutils": "^1.2.0",
"node-ssh": "^5.1.2",
"pensieve-sdk": "^1.0.0",
"progress-stream": "^2.0.0",
"randomstring": "^1.1.5",
"request-promise": "^4.2.2",
"resin-cli-visuals": "^1.4.0",
"resin-image-fs": "^5.0.0",
"resin-semver": "^1.4.0",
"simple-git": "^1.85.0",
"ssh-keygen": "^0.4.1",
"string-to-stream": "^1.1.1",
"symbols": "0.0.6",
"tap": "^12.6.1",
"tap-parser": "^7.0.0"
},
"devDependencies": {
"eslint": "^4.18.1",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-jsdoc": "^3.5.0",
"eslint-plugin-lodash": "^2.6.1",
"eslint-plugin-node": "^6.0.0",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1"
}
}