UNPKG

amazejs

Version:
43 lines (42 loc) 932 B
{ "name": "amazejs", "version": "1.0.5", "description": "a simple maze generator", "main": "index.js", "scripts": { "test": "mocha" }, "directories": { "test": "test" }, "repository": { "type": "git", "url": "git+https://github.com/erniehs/amaze.git" }, "keywords": [ "maze", "generator", "simple" ], "author": "erniehs", "license": "MIT", "bugs": { "url": "https://github.com/erniehs/amaze/issues" }, "homepage": "https://github.com/erniehs/amaze#readme", "dependencies": { "priorityjs": "^1.2.3" }, "devDependencies": { "browserify": "^13.0.0", "expect": "^1.16.0", "gulp": "^4.0.2", "gulp-jshint": "^2.0.0", "gulp-mocha": "^6.0.0", "gulp-sourcemaps": "^1.6.0", "gulp-uglify": "^1.5.3", "jshint": "^2.11.0", "vinyl-buffer": "^1.0.0", "vinyl-source-stream": "^1.1.0" } }