forked from mikedeshazer/OrFeed
-
Notifications
You must be signed in to change notification settings - Fork 145
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 751 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 751 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
{
"name": "node-js-getting-started",
"version": "0.3.0",
"description": "Simple example app for interacting with smart contracts",
"engines": {
"node": "10.x"
},
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "node test.js"
},
"dependencies": {
"ejs": "^2.5.6",
"express": "^4.15.2",
"cors": "",
"sha3": "2.0.2",
"infura-web3-provider": "0.0.3",
"web3": "",
"web3-provider-engine": "",
"play-sound": ""
},
"devDependencies": {
"request": "latest",
"tape": "^4.7.0"
},
"repository": {
"type": "git",
"url": "https://github.com/heroku/node-js-getting-started"
},
"keywords": [
"node",
"heroku",
"express"
],
"license": "MIT"
}