foxy-moxy/package.json

37 lines
848 B
JSON
Raw 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": {
"canvas": "^1.6.2",
2016-12-15 22:21:30 +00:00
"chance": "^1.0.4",
2016-12-15 19:24:22 +00:00
"express": "^4.14.0",
"express-cluster": "0.0.4",
2017-06-13 22:27:24 +00:00
"mocha": "^3.4.2",
2016-12-19 23:44:27 +00:00
"newrelic": "^1.35.1",
2016-12-17 02:54:21 +00:00
"node-gyp": "^3.4.0",
2016-12-17 03:24:17 +00:00
"sanitize-filename": "^1.6.1",
2017-06-13 22:27:24 +00:00
"sharp": "^0.18.1",
"supertest": "^3.0.0",
2016-12-17 02:54:21 +00:00
"uuid": "^3.0.1"
2017-06-13 01:34:02 +00:00
},
"devDependencies": {
"standard": "^8.6.0"
2016-12-15 19:24:22 +00:00
}
}