-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 964 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
{
"name": "hack-along-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 frontent && npm run serve",
"build": "cd frontend && npm run build",
"lint": "cd frontend && npm run lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hack-along/hack-along-holons.git"
},
"keywords": [
"Team",
"of",
"Teams",
"Teal",
"organizations",
"reward",
"flows"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/hack-along/hack-along-holons/issues"
},
"homepage": "https://github.com/hack-along/hack-along-holons#readme",
"dependencies": {
"openzeppelin-solidity": "^3.0.0",
"truffle": "^5.1.23"
}
}