36 lines
786 B
JSON
36 lines
786 B
JSON
{
|
|
"name": "uno-game",
|
|
"version": "1.0.0",
|
|
"description": "Uno game",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "webpack",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/newini/uno-game-js.git"
|
|
},
|
|
"keywords": [
|
|
"uno",
|
|
"game",
|
|
"js"
|
|
],
|
|
"author": "Eunchong Kim",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/newini/uno-game-js/issues"
|
|
},
|
|
"homepage": "https://github.com/newini/uno-game-js#readme",
|
|
"devDependencies": {
|
|
"css-loader": "^6.0.0",
|
|
"file-loader": "^6.2.0",
|
|
"sass": "^1.35.2",
|
|
"sass-loader": "^12.1.0",
|
|
"style-loader": "^3.1.0",
|
|
"url-loader": "^4.1.1",
|
|
"webpack": "^5.45.1",
|
|
"webpack-cli": "^4.7.2"
|
|
}
|
|
}
|