-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 937 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 937 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
32
33
34
35
36
37
38
39
40
41
42
{
"name": "wetrust-rosca-contract",
"version": "0.2.6",
"description": "ROSCA contract for Ethereum",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"path": "^0.12.7",
"solc": "0.4.15"
},
"devDependencies": {
"blueberry": "^0.5.0",
"bluebird": "^3.4.6",
"chai": "^3.5.0",
"co": "^4.6.0",
"eslint": "^3.12.2",
"ethereumjs-testrpc": "6.0.2",
"scrypt": "^6.0.3",
"truffle": "3.4.11"
},
"engines": {
"node": "10"
},
"scripts": {
"test": "./tools/build/run-testrpc-and-tests.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WeTrustPlatform/rosca-contracts.git"
},
"keywords": [
"rosca"
],
"author": "WeTrust",
"license": "ISC",
"bugs": {
"url": "https://github.com/WeTrustPlatform/rosca-contracts/issues"
},
"homepage": "https://github.com/WeTrustPlatform/rosca-contracts#readme"
}