generated from cool-robot-pals/getreadyfor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 996 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
{
"name": "red-hot-chilli-fanta",
"version": "1.0.0",
"description": "",
"main": "app.js",
"dependencies": {
"chalk": "^2.4.1",
"dotenv": "^7.0.0",
"emojilib": "^2.4.0",
"express": "^4.16.3",
"get-image-colors": "^2.0.0",
"jest": "^24.0.0",
"large-number-names": "^1.2.1",
"node-emoji": "^1.8.1",
"node-vibrant": "^3.1.1",
"noun-json": "^1.0.1",
"number-names": "^1.0.2",
"parcel": "^1.12.4",
"parcel-bundler": "^1.12.4",
"pluralize": "^8.0.0",
"puppeteer": "^1.4.0",
"twemoji": "^12.0.0",
"twit": "^2.2.9",
"twitter": "^1.7.1",
"word-list": "^3.1.0"
},
"devDependencies": {},
"scripts": {
"test": "jest",
"start": "parcel code/index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/walaura/red-hot-chilli-fanta.git"
},
"author": "lau mayhem",
"license": "ISC",
"bugs": {
"url": "https://github.com/walaura/red-hot-chilli-fanta/issues"
},
"homepage": "https://github.com/walaura/red-hot-chilli-fanta#readme"
}