-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 836 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 836 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
27
28
29
30
31
{
"name": "charged-particlon",
"version": "1.0.0",
"keywords": [
"ethereum",
"nft",
"non-fungible",
"defi"
],
"description": "Particlon is the first generative NFT drop from Charged Particles, powered by VASI (Virtual Art Systems & Integration).",
"scripts": {
"compile": "truffle compile",
"test": "truffle test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Particlon/charged-particlon.git"
},
"author": "Andrija Radica",
"license": "MIT",
"bugs": {
"url": "https://github.com/Particlon/charged-particlon/issues"
},
"homepage": "https://github.com/Particlon/charged-particlon#readme",
"dependencies": {
"@opengsn/contracts": "^2.2.6",
"@openzeppelin/contracts": "^4.5.0",
"truffle": "^5.5.6",
"truffle-contract-size": "^2.0.1"
}
}