forked from yashnaman/jointer-token
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 743 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 743 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
{
"name": "jointer-token",
"version": "1.0.0",
"description": "A NEW WAY TO INVEST IN COMMERCIAL REAL ESTATE",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"dependencies": {
"lodash": "^4.17.19"
},
"devDependencies": {
"@openzeppelin/test-helpers": "^0.5.6",
"@truffle/hdwallet-provider": "^1.0.39",
"buidler-gas-reporter": "^0.1.3"
},
"scripts": {
"test": "truffle test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jointerinc/jointer-token.git"
},
"author": "minddeft",
"license": "ISC",
"bugs": {
"url": "https://github.com/jointerinc/jointer-token/issues"
},
"homepage": "https://github.com/jointerinc/jointer-token#readme"
}