UNPKG

ds-algo-study

Version:

Just experimenting with publishing a package

21 lines (20 loc) 349 B
{ "name": "graph_project_solution", "version": "1.0.0", "description": "", "main": "index.js", "directories": { "lib": "lib", "test": "test" }, "scripts": { "test": "mocha" }, "author": "Bryan Guner", "license": "ISC", "dependencies": { "chai": "^4.2.0", "chai-spies": "^1.0.0", "mocha": "^7.1.1" } }