UNPKG

wordsearch-generator

Version:

Module for creating wordsearch puzzles

34 lines (33 loc) 811 B
{ "name": "wordsearch-generator", "version": "1.3.3", "description": "Module for creating wordsearch puzzles", "main": "bin/index.js", "scripts": { "build": "babel --presets es2015 index.js --out-dir bin", "test": "npm run build && mocha --reporter spec" }, "author": "Todd Hibbs <todd@toddhibbs.com> (http://toddhibbs.com)", "license": "MIT", "bugs": { "url": "https://github.com/toddhibbs/wordsearch/issues" }, "homepage": "https://github.com/toddhibbs/wordsearch#readme", "engines": { "node": ">=4.8.3" }, "keywords": [ "wordsearch", "word search", "puzzle" ], "dependencies": { "lodash": "^4.17.10" }, "devDependencies": { "babel-cli": "^6.26.0", "babel-preset-es2015": "^6.24.1", "chai": "^4.1.2", "mocha": "^5.2.0" } }