forked from RobertWHurst/KeyboardJS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 894 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
{
"name": "keyboardjs",
"description": "A library for binding to keys and key combos without the pain of key codes and key combo conflicts.",
"version": "0.4.2",
"keywords": [
"Key Binding, Keyboard, Key combos, Keyboard Shortcuts"
],
"maintainers": [
{
"name": "Robert Hurst",
"email": "[email protected]",
"web": "http://github.com/RobertWHurst"
}
],
"demos": [
"http://robertwhurst.github.com/KeyboardJS/"
],
"bugs": {
"web": "https://github.com/RobertWHurst/KeyboardJS/issues"
},
"repositories": [
{
"type": "git",
"url": "[email protected]:RobertWHurst/KeyboardJS.git"
}
],
"licenses": [
{
"name": "BSD License",
"url": "https://raw.github.com/RobertWHurst/KeyboardJS/master/license.txt"
}
],
"homepage": "http://robertwhurst.github.com/KeyboardJS/",
"main": "keyboard.js"
}