pilo – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 {
2 "name": "pilo",
3 "version": "1.0.0",
4 "description": "Raspberry Pi iLO (PiLO)",
5 "main": "main.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "keywords": [
10 "air",
11 "conditioning",
12 "automation"
13 ],
14 "repository": {
15 "type": "svn",
16 "url": "http://svn.grimore.org/pilo/trunk"
17 },
18 "author": "Wizardry and Steamworks (office@grimore.org)",
19 "license": "LicenseRef-LICENSE",
20 "dependencies": {
21 "mqtt": "^2.17.0",
22 "onoff": "^3.0.1",
23 "winston": "^2.4.1",
24 "yamljs": "^0.3.0"
25 }
26 }