-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
33 lines (33 loc) · 1.06 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
{
"name": "raspberry-sensor-sense-hat",
"version": "1.0.7",
"description": "",
"main": "index.js",
"scripts": {
"preinstall": "scripts/install.sh",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/teuteuguy/raspberry-sensor-sense-hat.git"
},
"author": {
"name": "teuteuguy"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/teuteuguy/raspberry-sensor-sense-hat/issues"
},
"homepage": "https://github.com/teuteuguy/raspberry-sensor-sense-hat#readme",
"dependencies": {
"i2c-bus": "^1.0.0",
"python-shell": "^0.2.0"
},
"gitHead": "20e74c114745c3f2e3a39def87c2c6101bac75fd",
"readme": "# raspberry-sensor-sense-hat\n",
"readmeFilename": "README.md",
"_id": "[email protected]",
"_shasum": "70624d1f57f56e49b90515d86dddfbedefedc02b",
"_from": "git://github.com/teuteuguy/raspberry-sensor-sense-hat.git",
"_resolved": "git://github.com/teuteuguy/raspberry-sensor-sense-hat.git#20e74c114745c3f2e3a39def87c2c6101bac75fd"
}