-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
41 lines (41 loc) · 1.11 KB
/
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
{
"name": "eleventy-plugin-embed-tweet",
"version": "0.3.3",
"publishConfig": {
"access": "public"
},
"description": "A plugin for embedding tweets on the server side during build time",
"main": ".eleventy.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/KyleMit/eleventy-plugin-embed-tweet.git"
},
"bugs": {
"url": "https://github.com/KyleMit/eleventy-plugin-embed-tweet/issues"
},
"homepage": "https://github.com/KyleMit/eleventy-plugin-embed-tweet#readme",
"keywords": [
"eleventy",
"eleventy-plugin",
"twitter"
],
"author": {
"name": "Kyle Mitofsky",
"email": "kylemit@gmail.com",
"url": "http://kylemit.dev/"
},
"license": "MIT",
"dependencies": {
"dotenv": "^8.2.0",
"html-minifier": "^4.0.0",
"moment": "^2.23.0",
"nunjucks": "^3.2.1",
"request": "^2.88.0",
"request-promise": "^4.2.5",
"string-replace-async": "^1.2.1"
},
"11ty": {
"compatibility": ">=0.10.0"
}
}