-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 913 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
43
44
{
"author": "Kuroku Labs",
"bugs": {
"url": "https://github.com/KurokuLabs/react-static-favicons/issues"
},
"dependencies": {
"favicons": "^5.0.0",
"react": "^16.3.0",
"sax": "^1.2.4"
},
"description": "A little helper to make working with react-static and favicons easier.",
"devDependencies": {
"@types/node": "^9.6.1",
"@types/react": "^16.1.0",
"@types/sax": "^1.0.0",
"typescript": "^2.8.1"
},
"files": [
"dist/"
],
"keywords": [
"react",
"react-static",
"favicon",
"favicons"
],
"license": "MIT",
"main": "dist/index.js",
"name": "@kuroku/react-static-favicons",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/KurokuLabs/react-static-favicons.git"
},
"scripts": {
"build": "tsc",
"prepublish": "yarn build",
"test": "echo 'no tests'; exit 0"
},
"types": "dist/index.d.ts",
"version": "0.0.7"
}