geometry-dash-api
Version:
Module for working with Geometry Dash API
36 lines (35 loc) • 776 B
JSON
{
"name": "geometry-dash-api",
"version": "2.0.0",
"description": "Module for working with Geometry Dash API",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"request": "^2.83.0",
"request-promise": "^4.2.2"
},
"keywords": [
"gd",
"Geometry",
"Dash",
"gdnodejs",
"node",
"api",
"geometry dash"
],
"author": "Fakeman Cat",
"license": "ISC",
"directories": {
"doc": "docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fakemancat/geometry-dash-api.git"
},
"bugs": {
"url": "https://github.com/fakemancat/geometry-dash-api/issues"
},
"homepage": "https://github.com/fakemancat/geometry-dash-api#readme"
}