-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 933 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
46
47
48
49
50
{
"name": "text-meme",
"version": "2.3.0",
"description": "Generate text meme",
"license": "MIT",
"repository": "beatfreaker/text-meme",
"author": {
"name": "beatfreaker",
"email": "radiachints1512@gmail.com",
"url": "beatfreaker.github.io"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js"
],
"keywords": [
"ext",
"meme",
"utility",
"quotes",
"GIF"
],
"dependencies": {
"canvas": "^1.3.5",
"gifencoder": "^1.0.6",
"imagemin-gifsicle": "^4.2.0",
"object-assign": "^4.0.1",
"path": "^0.12.7",
"path-exists": "^2.1.0",
"pinkie-promise": "^2.0.0",
"random-int": "^1.0.0",
"simple-get": "^1.4.3",
"twemoji": "^1.4.1"
},
"devDependencies": {
"ava": "^0.8.0",
"path-exists": "^2.1.0",
"xo": "^0.12.1"
},
"xo": {
"ignores": [
"test.js"
]
}
}