forked from donank/blockchain-land-records
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 908 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
{
"name": "blockchain-land-records",
"version": "1.0.0",
"description": "Land Records on blockchain using smartcontracts",
"main": "index.js",
"scripts": {
"test": "jshint index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/donank/blockchain-land-records.git"
},
"keywords": [
"Blockchain",
"Land",
"Records",
"Ethereum",
"Smart",
"Contracts"
],
"author": "DonAnk",
"license": "MIT",
"bugs": {
"url": "https://github.com/donank/blockchain-land-records/issues"
},
"homepage": "https://github.com/donank/blockchain-land-records#readme",
"devDependencies": {
"chai": "^4.1.2",
"chai-http": "^4.0.0",
"jshint": "^2.9.5",
"mocha": "^5.2.0"
},
"dependencies": {
"express": "^4.16.3",
"ipfs-api": "^22.0.2",
"mongoose": "^5.1.5",
"solc": "^0.4.24",
"web3": "^1.0.0-beta.34"
}
}