This repository was archived by the owner on Jun 5, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.67 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.67 KB
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
{
"name": "JS-TeleCortex",
"version": "0.0.1",
"description": "JS rewrite of TeleCortex",
"main": "dist",
"scripts": {
"start": "nodemon --exec babel-node main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Laserphile/JS-TeleCortex.git"
},
"author": "Jonathan Van Buren",
"license": "MIT",
"dependencies": {
"lodash": "^4.17.11",
"@serialport/binding-mock": "2.0.1",
"@serialport/parser-readline": "2.0.1",
"@serialport/stream": "2.0.1",
"chalk": "2.4.1",
"serialport": "7.0.2"
},
"devDependencies": {
"@babel/cli": "7.1.0",
"@babel/core": "7.1.0",
"@babel/node": "7.0.0",
"@babel/plugin-proposal-class-properties": "7.1.0",
"@babel/plugin-proposal-decorators": "7.1.0",
"@babel/plugin-proposal-export-namespace-from": "7.0.0",
"@babel/plugin-proposal-function-sent": "7.1.0",
"@babel/plugin-proposal-json-strings": "7.0.0",
"@babel/plugin-proposal-numeric-separator": "7.0.0",
"@babel/plugin-proposal-throw-expressions": "7.0.0",
"@babel/plugin-syntax-dynamic-import": "7.0.0",
"@babel/plugin-syntax-import-meta": "7.0.0",
"@babel/plugin-transform-runtime": "7.1.0",
"@babel/preset-env": "7.1.0",
"eslint": "5.6.0",
"eslint-config-prettier": "3.0.1",
"eslint-import-resolver-node": "0.3.2",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-prettier": "2.6.2",
"eslint-plugin-you-dont-need-lodash-underscore": "6.4.0",
"jest": "23.6.0",
"nodemon": "1.18.4",
"prettier": "1.14.2"
},
"bugs": {
"url": "https://github.com/Laserphile/JS-TeleCortex/issues"
},
"homepage": "https://github.com/Laserphile/JS-TeleCortex#readme"
}