-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 908 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 908 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
{
"name": "mahjong-keyboard",
"version": "0.9.1",
"description": "A virtual keyboard for writing mahjong notation.",
"homepage": "https://github.com/harphield/mahjong-keyboard#readme",
"repository": {
"type": "git",
"url": "https://github.com/harphield/mahjong-keyboard"
},
"browser": "src/keyboard.js",
"sass": "scss/keyboard.scss",
"files": [
"src/keyboard.js",
"scss/keyboard.scss"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"mahjong",
"riichi",
"tiles"
],
"author": "harphield",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.8.3",
"babel-loader": "^8.0.6",
"css-loader": "^3.4.2",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.13.0",
"sass-loader": "^8.0.2",
"style-loader": "^1.1.3",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10"
}
}