-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·43 lines (43 loc) · 891 Bytes
/
package.json
File metadata and controls
executable file
·43 lines (43 loc) · 891 Bytes
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
{
"name": "DriverStation.js",
"version": "0.4.0",
"author": "Brandon Cheng <gluxon@gluxon.com>",
"description": "An open source alternative FRC Driver Station",
"contributors": [
{
"name": "Luke Young",
"email": "luke@innoying.com"
},
{
"name": "FRC2539",
"email": "kryptoncougars2539@gmail.com"
},
{
"name": "Gustave Michel III",
"email": "gus3@michelfamily.org"
}
],
"repository": {
"type": "git",
"url": "https://github.com/gluxon/DriverStation.js.git"
},
"main": "index.html",
"dependencies" : {
"nodewebkit": "0.8.6",
"driverstation" : "0.6.x",
"gamepad" : "1.0.x"
},
"window": {
"toolbar": false,
"width": 980,
"height": 250
},
"webkit": {
"plugin": true
},
"license": "MPL",
"engines": {
"node": ">=0.8 <0.11",
"node-webkit": ">=0.8 <0.10"
}
}