foxy-moxy/package.json

38 lines
881 B
JSON
Raw Permalink Normal View History

2016-12-15 19:24:22 +00:00
{
2016-12-17 03:28:15 +00:00
"name": "foxy-moxy",
2016-12-15 19:24:22 +00:00
"version": "1.0.0",
2016-12-17 03:28:15 +00:00
"description": "Makes Fox Faces",
"main": "server.js",
2016-12-15 19:24:22 +00:00
"scripts": {
2017-06-13 22:28:29 +00:00
"test": "mocha",
2017-06-13 01:34:02 +00:00
"lint": "standard"
2016-12-15 19:24:22 +00:00
},
"repository": {
"type": "git",
2016-12-17 03:28:15 +00:00
"url": "git+ssh://git@github.com/Patreon/foxy-moxy.git"
2016-12-15 19:24:22 +00:00
},
2016-12-17 03:28:15 +00:00
"author": "Luke Davis <lucaswadedavis@gmail.com>",
2016-12-15 19:24:22 +00:00
"license": "MIT",
"bugs": {
2016-12-17 03:28:15 +00:00
"url": "https://github.com/Patreon/foxy-moxy/issues"
2016-12-15 19:24:22 +00:00
},
2016-12-17 03:28:15 +00:00
"homepage": "https://github.com/Patreon/foxy-moxy#readme",
2016-12-15 19:24:22 +00:00
"dependencies": {
2019-10-15 19:05:44 +00:00
"@sentry/node": "^5.7.1",
2018-10-19 21:29:06 +00:00
"canvas": "^2.0.1",
"chance": "^1.0.16",
"connect-datadog": "*",
2019-10-15 00:11:35 +00:00
"dd-trace": "^0.15.4",
2018-10-19 21:29:06 +00:00
"express": "^4.16.4",
"express-cluster": "0.0.4",
2018-10-19 21:29:06 +00:00
"node-gyp": "^3.8.0",
2016-12-17 03:24:17 +00:00
"sanitize-filename": "^1.6.1",
2018-10-19 21:29:06 +00:00
"uuid": "^3.3.2"
2017-06-13 01:34:02 +00:00
},
"devDependencies": {
2018-10-19 21:29:06 +00:00
"mocha": "^5.2.0",
"sharp": "^0.18.4",
"supertest": "^3.3.0"
2016-12-15 19:24:22 +00:00
}
}