-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
32 lines (32 loc) · 892 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
{
"name": "node-brightness",
"version": "0.2.1",
"description": "A node module for changing screen brightness on laptops and other portable devices ",
"main": "main.js",
"bin" : {
"brightness" : "./bin/brightness.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Jabbath/node-brightness.git"
},
"keywords": [
"brightness",
"change",
"screen",
"laptop"
],
"author": "Anton Afanassiev <AntonAf@outlook.com> (https://github.com/Jabbath)",
"contributors": [
{ "name": "Martin Naumann", "email": "martin@geekonaut.de", "url": "http://www.geekonaut.de" }
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Jabbath/node-brightness/issues"
},
"homepage": "https://github.com/Jabbath/node-brightness",
"os": ["win32", "linux"]
}