ds-algo-study
Version:
Just experimenting with publishing a package
21 lines (20 loc) • 389 B
JSON
{
"name": "graph_project_solution",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Bryan Guner",
"license": "ISC",
"dependencies": {
"chai": "^4.2.0",
"chai-spies": "^1.0.0",
"mocha": "^5.2.0"
}
}