-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 1017 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
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "memeng",
"version": "1.0.0",
"description": "Meme generator",
"main": "index.js",
"dependencies": {
"body-parser": "^1.15.2",
"canvas": "^1.5.0",
"cookie-parser": "^1.4.3",
"crypto": "0.0.3",
"dotenv": "^2.0.0",
"express": "^4.14.0",
"firebase": "^3.4.1",
"gcloud": "^0.37.0",
"gulp": "^3.9.1",
"gulp-notify": "^2.2.0",
"gulp-sass": "^2.3.2",
"gulp-uglify": "^2.0.0",
"request": "^2.75.0",
"shorthash": "0.0.2"
},
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": "6.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/imolorhe/memeng.git"
},
"keywords": [
"meme",
"generator",
"nigeria"
],
"author": "Samuel Imolorhe",
"license": "MIT",
"bugs": {
"url": "https://github.com/imolorhe/memeng/issues"
},
"homepage": "https://github.com/imolorhe/memeng#readme"
}