-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
51 lines (51 loc) · 1.31 KB
/
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
49
50
51
{
"name": "humaninput",
"version": "1.1.15",
"description": "Event lib for human-generated input: Keyboard shortcuts, mouse, (multi)touch, gamepads, speech recognition, and more",
"main": "lib/humaninput-full.js",
"repository": {
"type": "git",
"url": "https://github.com/liftoff/HumanInput.git#v1.1.13"
},
"keywords": [
"events",
"keyboard",
"shortcuts",
"mouse",
"gestures",
"speech recognition",
"clap detection",
"clipboard",
"orientation",
"front end"
],
"scripts": {
"build": "make",
"build:dev": "make dev",
"build:prod": "make prod"
},
"devDependencies": {
"babel-cli": "^6.10.1",
"babel-loader": "^6.2.4",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-es2015-modules-umd": "^6.8.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-es2015-loose": "^7.0.0",
"chai": "^3.5.0",
"chai-things": "^0.2.0",
"expose-loader": "^0.7.1",
"mocha": "^2.5.3",
"webpack": "^2.7.0"
},
"author": {
"name": "Dan McDougall",
"email": "[email protected]",
"url": "https://www.patreon.com/user?u=2775221"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/liftoff/HumanInput/issues"
},
"readmeFilename": "README.rst",
"dependencies": {}
}