-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 833 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
{
"name": "social_media_post_builder",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.19.0",
"bootstrap": "^4.3.1",
"canvas": "^2.5.0",
"canvas-prebuilt": "^2.0.0-alpha.14",
"dotenv": "^8.0.0",
"express": "^4.17.1",
"express-handlebars": "^3.1.0",
"fabric": "^3.3.2",
"farbstastic": "^1.3.0",
"fs-extra": "^8.1.0",
"googleapis": "^39.2.0",
"handlebars": "^4.1.2",
"jquery": "^3.4.1",
"jsdom": "^15.1.1",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"popper.js": "^1.15.0",
"qs": "^6.7.0",
"request": "^2.88.0",
"request-promise-native": "^1.0.7"
}
}