-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 856 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
{
"name": "smart-kart",
"version": "3.8.1",
"author": "@smartkart",
"description": "SmartKart is a P2P marketplace with no trusted 3rd parties involved in between the transaction. With the help of the Ethereum blockchain, a smart contract between the buyer and seller is signed by both the parties to establish a two party trustless escrow.",
"license": "MIT",
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"body-parser": "~1.18.2",
"browserify": "^14.5.0",
"browserify-middleware": "^8.0.0",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"ejs": "~1.0.0",
"express": "~4.15.5",
"jade": "~1.11.0",
"mongodb": "^2.2.25",
"monk": "^4.0.0",
"morgan": "~1.7.0",
"pug": "2.0.0-beta11",
"serve-favicon": "~2.3.2",
"truffle-contract": "^1.1.11",
"web3": "^0.18.2"
}
}