-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 842 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "the-mean-meme-machine",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OmegaNix/The-Mean-Meme-Machine.git"
},
"author": "Nathanial T. Krieger",
"license": "ISC",
"bugs": {
"url": "https://github.com/OmegaNix/The-Mean-Meme-Machine/issues"
},
"homepage": "https://github.com/OmegaNix/The-Mean-Meme-Machine#readme",
"dependencies": {
"axios": "^0.18.0",
"fetch": "^1.1.0",
"fs": "0.0.1-security",
"jimp": "^0.2.28",
"lodash": "^4.17.11",
"node-fetch": "^2.1.2",
"request": "^2.87.0",
"rita": "^1.3.82",
"tumblr.js": "^2.0.0",
"twit": "^2.2.10",
"unsplash-js": "^4.8.0",
"url-parse": "^1.4.4"
}
}