mirror of
https://git.sleeping.town/mirrors/foxy-moxy
synced 2024-11-21 19:47:43 +00:00
37 lines
874 B
JSON
37 lines
874 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": {
|
|
"canvas": "^1.6.2",
|
|
"chance": "^1.0.4",
|
|
"express": "^4.14.0",
|
|
"express-cluster": "0.0.4",
|
|
"mocha": "^3.4.2",
|
|
"newrelic": "^1.35.1",
|
|
"node-gyp": "^3.4.0",
|
|
"sanitize-filename": "^1.6.1",
|
|
"sharp": "^0.18.1",
|
|
"standard": "^8.6.0",
|
|
"supertest": "^3.0.0",
|
|
"uuid": "^3.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"standard": "^8.6.0"
|
|
}
|
|
}
|