-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 1002 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
{
"name": "hotkey-commander",
"version": "0.9.0",
"description": "Keyboard events with super simple user hotkey recording.",
"main": "dist/hotkeyCommander.js",
"dependencies": {
"eslint-config-airbnb-base": "^13.1.0",
"eventemitter2": "^1.0.0",
"redux": "^3.3.1"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^6.2.4",
"babel-preset-airbnb": "^2.5.3",
"babel-preset-es2015": "^6.6.0",
"css-loader": "^0.23.1",
"eslint": "^2.5.3",
"eslint-loader": "^1.3.0",
"style-loader": "^0.13.1",
"webpack": "^1.12.14"
},
"scripts": {
"test": "mocha",
"build": "webpack",
"prepublish": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/recursion/hotkeyCommander.git"
},
"author": "recursionlaboratories",
"license": "MIT",
"bugs": {
"url": "https://github.com/recursion/hotkeyCommander/issues"
},
"homepage": "https://github.com/recursion/hotkeyCommander#readme"
}