forked from swift-nav/libsbp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 831 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 831 Bytes
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
{
"name": "sbp",
"version": "3.4.2",
"description": "libsbp bindings for JavaScript. More information here: http://swift-nav.github.io/libsbp/",
"files": [
"javascript/*",
"spec/*"
],
"main": "javascript/sbp/index.js",
"scripts": {
"test": "node --version; cd javascript && mocha --exit -R spec tests",
"webpack": "webpack --config ./javascript/webpack.config.js"
},
"author": "dev@swift-nav.com",
"license": "MIT",
"dependencies": {
"binary-parser": "git://github.com/swift-nav/binary-parser.git#jgross-greedy-string",
"cuint": "^0.2.2",
"js-yaml": "^3.13.1",
"node-int64": "^0.4.0"
},
"devDependencies": {
"benchmark": "^2.1.4",
"mocha": "^7.1.1",
"request": "^2.88.0",
"serialport": "^6.2.0",
"webpack": "^4.26.1",
"webpack-cli": "^3.3.12"
}
}