blob: 377ae72d8071025440fca80df92ee9f2815564b6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
{
"name": "megapixels_dev",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adamhrv/megapixels_dev.git"
},
"author": "",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/adamhrv/megapixels_dev/issues"
},
"homepage": "https://github.com/adamhrv/megapixels_dev#readme",
"dependencies": {
"node-fetch": "^2.2.0"
}
}
|