35 lines
737 B
JSON
35 lines
737 B
JSON
{
|
|
"name": "node-osu",
|
|
"version": "2.2.1",
|
|
"description": "A library for interacting with the osu api",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "./node_modules/.bin/mocha -t 10000 --reporter spec"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/brussell98/node-osu.git"
|
|
},
|
|
"keywords": [
|
|
"osu",
|
|
"api",
|
|
"promise",
|
|
"async"
|
|
],
|
|
"author": "brussell98",
|
|
"license": "MIT",
|
|
"types": "index.d.ts",
|
|
"bugs": {
|
|
"url": "https://github.com/brussell98/node-osu/issues"
|
|
},
|
|
"homepage": "https://github.com/brussell98/node-osu#readme",
|
|
"dependencies": {
|
|
"superagent": "^5.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^3.5.0",
|
|
"eslint": "^6.8.0",
|
|
"mocha": "^3.0.2"
|
|
}
|
|
}
|