forked from miniben-90/mpu9250
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 731 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 731 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
{
"name": "mpu9250",
"version": "0.1.7",
"description": "Simple reading Data from mpu9250 with node.js and i2c package.",
"main": "mpu9250.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/miniben-90/mpu9250.git"
},
"bugs": {
"url": "https://github.com/miniben-90/mpu9250/issues"
},
"keywords": [
"mpu9250"
],
"dependencies": {
"extend": "3.0.0",
"geomagnetism": "0.0.2",
"i2c": "0.2.1",
"sleep": "3.0.0"
},
"author": "BENKHADRA Hocine",
"license": "MIT",
"homepage": "https://github.com/miniben-90/mpu9250"
}