forked from oflisback/react-favicon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 892 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": "react-favicon",
"version": "0.0.18",
"description": "Favicon for react",
"main": "dist/react-favicon.js",
"files": [
"dist",
"react-favicon.d.ts"
],
"types": "react-favicon.d.ts",
"scripts": {
"build": "babel lib/react-favicon.js > dist/react-favicon.js"
},
"repository": {
"type": "git",
"url": "https://github.com/oflisback/react-favicon.git"
},
"keywords": [
"react",
"favicon"
],
"author": "Cezary Wojtkowski <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/oflisback/react-favicon/issues"
},
"homepage": "https://github.com/oflisback/react-favicon",
"peerDependencies": {
"react": ">=0.12.0 <17.0.0"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-1": "^6.24.1"
}
}