-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 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
38
39
40
{
"name": "gatsby-remark-twemoji-shortcut",
"description": "Add twitter emoji to gatsby markdown.",
"author": {
"name": "Trina Lu",
"email": "tri613@gmail.com"
},
"version": "0.10.1",
"main": "index.js",
"license": "MIT",
"dependencies": {
"cheerio": "^1.0.0-rc.2",
"twemoji": "^11.0.0"
},
"devDependencies": {
"jest": "^23.1.0"
},
"peerDependencies": {
"gatsby-transformer-remark": "^1.7.42"
},
"scripts": {
"test": "jest",
"test-watch": "jest --watch"
},
"repository": {
"type": "git",
"url": "https://github.com/tri613/gatsby-remark-twemoji-shortcut.git"
},
"bugs": "https://github.com/tri613/gatsby-remark-twemoji-shortcut/issues",
"keywords": [
"gatsby",
"gatsby-plugin",
"gatsby-remark",
"emoji",
"markdown"
],
"prettier": {
"singleQuote": true
}
}