-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 884 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
{
"name": "cricket-scoreboard",
"version": "0.0.1",
"description": "A cricket scoreboard OSD for a US audience",
"main": "index.js",
"scripts": {
"start": "npx brunch watch -s",
"doc": "npx yuidoc -o doc -x .git,public,3rdparty .",
"test": "echo \"Error: no test specified\" && exit 1",
"p": "npx prettier --cache --write ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/cxw42/cricket-scoreboard.git"
},
"author": "Christopher White",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/cxw42/cricket-scoreboard/issues"
},
"homepage": "https://github.com/cxw42/cricket-scoreboard#readme",
"dependencies": {
"snapsvg": "^0.5.1",
"two.js": "^0.8.10",
"wcag-contrast": "^3.0.0"
},
"devDependencies": {
"brunch": "^4.0.2",
"prettier": "^2.8.3",
"yuidocjs": "^0.10.2"
}
}