forked from rnfse/simple-hotkeys
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 813 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
{
"name": "simple-hotkeys",
"description": "Simple hotkeys for tower.im",
"version": "1.0.3",
"homepage": "https://github.com/ichord/simple-hotkeys",
"author": {
"name": "ichord",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/ichord/simple-hotkeys.git"
},
"bugs": {
"url": "https://github.com/ichord/simple-hotkeys/issues"
},
"scripts": {
"test": "grunt test --verbose"
},
"main": "lib/hotkeys.js",
"dependencies": {
"jquery": "3.x",
"simple-module": "git+https://github.com/rnfse/simple-module.git"
},
"devDependencies": {
"grunt": "0.x",
"grunt-contrib-watch": "0.x",
"grunt-contrib-coffee": "0.x",
"grunt-contrib-jasmine": "0.x",
"grunt-umd": "2.x"
},
"keywords": ["hotkeys"]
}