mirror of
https://git.sleeping.town/mirrors/foxy-moxy
synced 2025-02-15 17:31:22 +00:00
37 lines
881 B
JSON
37 lines
881 B
JSON
{
|
|
"name": "foxy-moxy",
|
|
"version": "1.0.0",
|
|
"description": "Makes Fox Faces",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"test": "mocha",
|
|
"lint": "standard"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/Patreon/foxy-moxy.git"
|
|
},
|
|
"author": "Luke Davis <lucaswadedavis@gmail.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/Patreon/foxy-moxy/issues"
|
|
},
|
|
"homepage": "https://github.com/Patreon/foxy-moxy#readme",
|
|
"dependencies": {
|
|
"@sentry/node": "^5.7.1",
|
|
"canvas": "^2.0.1",
|
|
"chance": "^1.0.16",
|
|
"connect-datadog": "*",
|
|
"dd-trace": "^0.15.4",
|
|
"express": "^4.16.4",
|
|
"express-cluster": "0.0.4",
|
|
"node-gyp": "^3.8.0",
|
|
"sanitize-filename": "^1.6.1",
|
|
"uuid": "^3.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "^5.2.0",
|
|
"sharp": "^0.18.4",
|
|
"supertest": "^3.3.0"
|
|
}
|
|
}
|