forked from byoung2/node-berryimu
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 691 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 691 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
31
{
"name": "node-berryimu",
"version": "0.0.1",
"description": "A library for interfacing with the BerryIMU.",
"author": "Tom Selvi <tomselvi@gmail.com>",
"main": "index.js",
"directories": {
"test": "tests"
},
"private": true,
"dependencies": {
"async": "1.5.0",
"i2c": "git+https://github.com/polaris/node-i2c.git",
"mathjs": "2.4.2"
},
"devDependencies": {
},
"scripts": {
},
"repository": {
"type": "git",
"url": "https://github.com/tomselvi/node-berryimu"
},
"keywords": [
"alpha"
],
"bugs": {
"url": "https://github.com/tomselvi/node-berryimu/issues"
},
"homepage": "https://github.com/tomselvi/node-berryimu"
}