Website for visualizing a persons github network.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

34 lines
895 B

{
"name": "github-graphs",
"version": "0.0.2",
"description": "Generates graphs of github things.",
"main": "server.js",
"scripts": {
"coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls",
"test": "mocha routes/test --exit --reporter spec",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jrtechs/github-graphs.git"
},
"author": "Jeffery Russell, Eric Lang",
"license": "ISC",
"bugs": {
"url": "https://github.com/jrtechs/github-graphs/issues"
},
"homepage": "https://github.com/jrtechs/github-graphs#readme",
"dependencies": {
"dotenv": "~8.2.0",
"express": "~4.16.4",
"express-session": "~1.15.6",
"fs": "0.0.1-security",
"got": "~9.6.0",
"memory-cache": "~0.2.0"
},
"devDependencies": {
"coveralls": "*",
"mocha": "*",
"nyc": "*"
}
}