foxy-moxy/package.json

29 lines
703 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": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"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",
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",
2016-12-17 02:54:21 +00:00
"uuid": "^3.0.1"
2016-12-15 19:24:22 +00:00
}
}