-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 755 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 755 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": "node-bme280",
"version": "0.1.3",
"description": "Node library for the Bosch Sensortec BME-280 Barometric Pressure Sensor.",
"main": "BME280.js",
"repository": {
"type": "git",
"url": "git+https://github.com/CLCL/node-BME280.git"
},
"keywords": [],
"author": "OONO Yoshitaka",
"license": "MIT",
"bugs": {
"url": "https://github.com/CLCL/node-BME280/issues"
},
"homepage": "https://github.com/CLCL/node-BME280/readme",
"dependencies": {
"i2c": "0.2.1"
},
"devDependencies": {
"chai": "^3.4.1",
"gulp": "^3.9.0",
"gulp-exclude-gitignore": "^1.0.0",
"gulp-jshint": "^2.0.0",
"gulp-mocha": "^2.2.0",
"gulp-plumber": "^1.0.0",
"jshint": "^2.8.0",
"mocha": "^2.3.4"
}
}