-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
46 lines (46 loc) · 1023 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
{
"name": "covfefe",
"version": "2.1.0",
"description": "[Cove Fee Fee](https://twitter.com/realDonaldTrump/status/869766994899468288)",
"main": "index.js",
"bin": "./cli.js",
"scripts": {
"test": "node test"
},
"author": "Kyle Kelley <rgbkrk@gmail.com>",
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "git+https://github.com/rgbkrk/covfefe.git"
},
"bugs": {
"url": "https://github.com/rgbkrk/covfefe/issues"
},
"homepage": "https://github.com/rgbkrk/covfefe#readme",
"keywords": [
"covfefe",
"despite"
],
"files": [
"index.js",
"cli.js",
"music.js",
"trump.mp3",
"covfefe-art.js",
"test.js"
],
"dependencies": {
"async": "^2.4.1",
"bl": "^1.2.1",
"color-convert": "^1.9.0",
"giphy-api": "^1.2.6",
"pixel-gif": "0.0.1",
"player": "^0.6.1",
"shuffle-array": "^1.0.1",
"string-direction": "^0.1.2",
"supports-color": "^3.2.3"
},
"devDependencies": {
"pitesti": "^2.2.0"
}
}