-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.11 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
{
"name": "serialport-parsers-cctalk",
"version": "0.0.5",
"description": "A ccTalk Message Parser for serialport@^5.0.0",
"main": "dist/cctalk.js",
"scripts": {
"build": "babel -d dist/ src/",
"test": "mocha --compilers js:babel-core/register",
"prepublish": "npm run test && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/direktspeed/serialport-parsers-cctalk.git"
},
"keywords": [
"serialport",
"5",
"parser",
"cctalk",
"message"
],
"devDependencies": {
"babel-cli": "6.26.0",
"babel-core": "6.26.0",
"babel-plugin-transform-decorators-legacy": "1.3.5",
"babel-preset-es2015": "6.24.1",
"babel-preset-stage-0": "6.24.1",
"babel-polyfill": "6.26.0",
"debug": "4.3.1",
"mocha": "8.2.1"
},
"dependencies": {
"class-nonew-decorator": "^1.0.6"
},
"author": "Frank Lemanschik <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/direktspeed/serialport-parsers-cctalk/issues"
},
"homepage": "https://github.com/direktspeed/serialport-parsers-cctalk#readme"
}