-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 848 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 848 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
{
"name": "LaunchChess",
"version": "0.1.1",
"description": "Chess on a Launchpad",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"browserslist": [
"defaults"
],
"repository": {
"type": "git",
"url": "github.com/quaternionmedia/launchchess"
},
"author": "Harpo",
"license": "MIT",
"dependencies": {
"alertifyjs": "^1.13.1",
"can-ndjson-stream": "^1.0.2",
"chess.js": "^0.12.1",
"chessground": "^8.3.6",
"construct-ui": "^0.3.3",
"huebee": "^2.1.1",
"javascript-astar": "^0.4.1",
"jwt-decode": "^3.1.2",
"material-design-icons-iconfont": "^6.1.0",
"mithril": "^2.2.2",
"webmidi": "^3.0.25"
},
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"parcel": "^2.2.0",
"process": "^0.11.10"
}
}