-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 858 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
{
"name": "page-favicon",
"version": "0.0.2",
"description": "Get a website favicon with ease",
"main": "index.js",
"scripts": {
"test": "jest",
"build": "babel index.js -d dist/index.js",
"release": "npm version patch && git push --tags && git push && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zzarcon/page-favicon.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/zzarcon/page-favicon/issues"
},
"homepage": "https://github.com/zzarcon/page-favicon#readme",
"dependencies": {
"puppeteer": "^0.10.1",
"save-image": "^0.0.3"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.0",
"babel-preset-flow": "^6.23.0",
"flow-bin": "^0.53.1",
"jest": "^21.1.0",
"node-delete": "^0.1.2"
}
}