-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
45 lines (45 loc) · 1.12 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
{
"name": "rplidar",
"version": "0.0.3",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel ./src/ -d ./dist/",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/Awk34/node-rplidar.git"
},
"keywords": [
"node",
"javascript",
"rplidar",
"lidar"
],
"author": "Andrew Koroluk <[email protected]> (andrewk.me)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Awk34/node-rplidar/issues"
},
"homepage": "https://github.com/Awk34/node-rplidar#readme",
"dependencies": {
"babel-runtime": "^6.11.6",
"bit-buffer": "0.0.3",
"lodash": "^4.16.2",
"serialport": "^4.0.1",
"underscore": "^1.8.3"
},
"devDependencies": {
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.16.0",
"babel-preset-es2016": "^6.16.0",
"babel-preset-es2017": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"babel-register": "^6.16.3",
"primus": "^6.0.3",
"schemapack": "^1.4.2",
"uws": "^0.9.0"
}
}