forked from PeterJCLaw/srcomp-screens
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 1.08 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
{
"name": "srcomp-screens",
"version": "1.0.0",
"description": "This repository contains the web pages for the various screens that are displayed at the competition.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/srobo/srcomp-screens.git"
},
"author": "Student Robotics",
"license": "MIT",
"bugs": {
"url": "https://github.com/srobo/srcomp-screens/issues"
},
"homepage": "https://github.com/srobo/srcomp-screens",
"dependencies": {
"@bower_components/core-ajax": "Polymer/core-ajax#~0.5.4",
"@bower_components/core-component-page": "Polymer/core-component-page#^0.5",
"@bower_components/core-pages": "Polymer/core-pages#~0.5.2",
"@bower_components/core-selection": "Polymer/core-selection#^0.5",
"@bower_components/core-selector": "Polymer/core-selector#^0.5",
"@bower_components/polymer": "Polymer/polymer#~0.5.2",
"@bower_components/webcomponentsjs": "Polymer/webcomponentsjs#^0.6.0",
"moment": "^2.29.4",
"moment-duration-format": "^2.3.2"
},
"engines": {
"yarn": ">= 1.0.0"
}
}