{
|
|
"name": "github-graphs",
|
|
"version": "0.0.1",
|
|
"description": "Generates graphs of github things.",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls",
|
|
"test": "mocha --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": "*"
|
|
}
|