-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.01 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
34
35
36
37
38
39
40
41
42
43
{
"name": "rpi-info",
"version": "1.0.7",
"description": "Allow to recognize and display information for the current RaspberryPi",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"rpi-info": "./bin/rpi-info-wrapper.js"
},
"repository": {
"type": "git",
"url": "https://github.com/EDF-RetD-ICAME/node-rpi-info.git"
},
"author": "Maxime Picaud <maxime.picaud@harchibald.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/chok/node-rpi-info/issues"
},
"homepage": "https://github.com/EDF-RetD-ICAME/node-rpi-info#readme",
"keywords": [
"EDF Lab",
"rpi",
"version",
"revision",
"RaspberryPi",
"raspberry",
"model",
"releaseDate"
],
"dependencies": {
"coffeescript": "^2.4.1",
"colors": "^1.1.2",
"commander": "^2.9.0",
"debug": "^4.1.1",
"js-yaml": "^3.6.0",
"lodash": "^4.11.1",
"moment": "^2.13.0",
"underscore.string": "^3.3.4",
"yargs": "^13.3.0"
}
}