-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
38 lines (38 loc) · 963 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
34
35
36
37
38
{
"name": "yamcs-openmct-plugin",
"version": "0.2.6",
"description": "OpenMCT plugin for Yamcs telemetry",
"main": "yamcs.js",
"scripts": {
"lint": "eslint ./index.js",
"format": "prettier-eslint ./index.js --write",
"roll": "rollup -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ev1stensberg/yamcs-openmct-plugin.git"
},
"keywords": [
"openmct",
"nasa",
"yamcs",
"telemetry",
"MDB",
"MCT"
],
"author": "Even Stensberg<evenstensberg@gmail.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ev1stensberg/yamcs-openmct-plugin/issues"
},
"homepage": "https://github.com/ev1stensberg/yamcs-openmct-plugin#readme",
"dependencies": {
"axios": "^0.16.2"
},
"devDependencies": {
"eslint-config-google": "^0.9.1",
"prettier-eslint-cli": "^4.3.2",
"rollup-plugin-commonjs": "^8.2.1",
"rollup-plugin-node-resolve": "^3.0.0"
}
}