-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·42 lines (42 loc) · 1019 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
34
35
36
37
38
39
40
41
42
{
"name": "Holons",
"version": "1.0.0",
"description": "Create holons, give appreciation, share rewards",
"main": "index.html",
"scripts": {
"test": "truffle test",
"deploy": "truffle deploy",
"compile": "truffle compile",
"install-deps": "npm i && cd frontend && npm i && cd ..",
"serve": "cd frontend && npm run serve",
"build": "cd frontend && npm run build",
"lint": "cd frontend && npm run lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/liminalvillage/holons.git"
},
"keywords": [
"Team",
"of",
"Teams",
"Teal",
"organizations",
"reward",
"flows"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/liminalvillage/holons/issues"
},
"homepage": "https://holons.io",
"dependencies": {
"@truffle/hdwallet-provider": "^1.4.0",
"dotenv": "^16.0.3",
"fortmatic": "^2.0.6",
"npm": "^6.14.5",
"openzeppelin-solidity": "^3.4.2",
"truffle": "^5.8.1"
}
}