word-search-puzzle
Version:
word search puzzle component
51 lines (50 loc) • 1.25 kB
JSON
{
"name": "word-search-puzzle",
"version": "1.0.23",
"description": "word search puzzle component",
"main": "WordPuzzleComponent.js",
"scripts": {
"build": "webpack",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gurkanucar/word_search_puzzle.git"
},
"keywords": [
"wordsearchpuzzle",
"wordpuzzle",
"word search puzzle",
"word puzzle",
"word",
"puzzle",
"crossword",
"search"
],
"author": "grkn",
"license": "MIT",
"bugs": {
"url": "https://github.com/gurkanucar/word_search_puzzle/issues"
},
"homepage": "https://github.com/gurkanucar/word_search_puzzle#readme",
"devDependencies": {
"css-loader": "^3.5.1",
"path": "^0.12.7",
"prop-types": "^15.6.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"style-loader": "^1.1.3",
"webpack": "^4.5.0",
"webpack-cli": "^3.2.1",
"@babel/cli": "^7.16.0",
"@babel/core": "^7.16.0",
"@babel/node": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"babel-loader": "^8.2.3",
"@babel/plugin-proposal-class-properties": "^7.16.0"
},
"dependencies": {
"react": "^16.0.0",
"react-dom": "^16.0.0"
}
}