forked from octahedroid/gatsby-remark-twitter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 863 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
{
"name": "@weknow/gatsby-remark-twitter",
"version": "0.2.1",
"description": "Embed Tweet cards in Gatsby markdown",
"main": "index.js",
"author": "Jairo Rondon <[email protected]>",
"license": "MIT",
"keywords": [
"gatsby",
"gatsby-plugin",
"remark",
"markdown",
"twitter"
],
"dependencies": {
"babel-runtime": "^6.26.0",
"unist-util-visit": "^1.1.3",
"node-fetch": "^2.3.0"
},
"devDependencies": {
"cross-env": "^5.0.5",
"tap": "^13.0.0-rc.13"
},
"homepage": "https://github.com/weknowinc/gatsby-remark-twitter#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/weknowinc/gatsby-remark-twitter.git"
},
"scripts": {
"test": "tap test/*.js --100",
"snap": "TAP_SNAPSHOT=1 tap test/*.js"
},
"files": [
"index.js",
"gatsby-browser.js"
]
}