-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
35 lines (35 loc) · 909 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": "nightmare-real-mouse",
"version": "1.1.0",
"description": "A Nightmare plug-in for better mimicking true mouse events",
"main": "index.js",
"scripts": {
"test": "mocha test"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/Mr0grog/nightmare-real-mouse.git"
},
"keywords": [
"nightmare",
"input"
],
"author": "Rob Brackett <[email protected]>",
"contributors": [
{"name": "Rob Brackett", "email": "[email protected]"},
{"name": "@Zzzen", "url": "https://github.com/Zzzen"}
],
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/Mr0grog/nightmare-real-mouse/issues"
},
"homepage": "https://github.com/Mr0grog/nightmare-real-mouse#readme",
"peerDependencies": {
"nightmare": ">=2.10.0 <4.0"
},
"devDependencies": {
"chai": "^4.0.0",
"express": "^4.15.3",
"mocha": "^6.1.1"
}
}