-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 735 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 735 Bytes
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
{
"name": "1inch-nft-marketplace",
"version": "1.0.0",
"description": "NFT Marketplace powered by the 1inch limit order protocol.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cairoeth/1inch-NFT-Marketplace.git"
},
"author": "cairoeth",
"license": "MIT",
"bugs": {
"url": "https://github.com/cairoeth/1inch-NFT-Marketplace/issues"
},
"homepage": "https://github.com/cairoeth/1inch-NFT-Marketplace#readme",
"dependencies": {
"@1inch/limit-order-protocol": "^2.0.4",
"eth-sig-util": "^3.0.1",
"ethereumjs-util": "^7.1.5",
"ethjs": "^0.4.0",
"tslib": "^2.4.0"
}
}