-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 857 Bytes
/
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
44
45
46
47
48
{
"name": "lcd",
"version": "1.1.4",
"description": "Hitachi HD44780 LCD driver",
"main": "lcd.js",
"directories": {
"example": "example",
"test": "test"
},
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/dlemper/lcd.git"
},
"engines": {
"node": ">=6.4.0"
},
"dependencies": {
"rpio": "^0.9.17"
},
"devDependencies": {
"async": "~0.9.0",
"chai": "^2.1.0",
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-mocha-test": "^0.12.7",
"mocha": "^2.1.0",
"sinon": "^1.12.2"
},
"keywords": [
"lcd",
"hd44780",
"gpio",
"beaglebone",
"bbb",
"bb",
"raspberry",
"raspi",
"rpi",
"pi",
"linux"
],
"author": "fivdi",
"license": "MIT"
}