|
|
@ -1,28 +1,34 @@ |
|
|
|
{ |
|
|
|
"name": "github-graphs", |
|
|
|
"version": "0.0.1", |
|
|
|
"version": "0.0.2", |
|
|
|
"description": "Generates graphs of github things.", |
|
|
|
"main": "server.js", |
|
|
|
"scripts": { |
|
|
|
"test": "echo \"Error: no test specified\" && exit 1", |
|
|
|
"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", |
|
|
|
"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", |
|
|
|
"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" |
|
|
|
"got": "~9.6.0", |
|
|
|
"memory-cache": "~0.2.0" |
|
|
|
}, |
|
|
|
"devDependencies": { |
|
|
|
"coveralls": "*", |
|
|
|
"mocha": "*", |
|
|
|
"nyc": "*" |
|
|
|
} |
|
|
|
} |