forked from dbridges/bmp085-sensor
-
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) · 776 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 776 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": "@abandonware/bmp085-sensor",
"version": "0.0.6-2",
"description": "A module to interface a BMP085 temperature and pressure sensor to the raspberry pi.",
"main": "bmp085-sensor.js",
"dependencies": {
"@abandonware/i2c": "^0.2.4-1",
"async": "~3.1.0"
},
"devDependencies": {},
"scripts": {
"test": "NODE_PATH=. node test",
"start": "NODE_PATH=. node example"
},
"repository": {
"type": "git",
"url": "git+https://github.com/abandonware/bmp085-sensor"
},
"keywords": [
"bmp085",
"raspberry",
"pi",
"i2c"
],
"author": "Daniel Bridges",
"license": "MIT",
"bugs": {
"url": "https://github.com/abandonware/bmp085-sensor/issues"
},
"homepage": "https://github.com/abandonware/bmp085-sensor"
}