-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.15 KB
/
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
41
42
43
44
45
{
"name": "lovethereum",
"main": "index.js",
"module": "main.js",
"scripts": {
"start": "nodemon --exec babel-node src/index.js",
"test": "make test"
},
"dependencies": {
"dotenv": "^8.0.0",
"esm": "^3.2.25",
"express": "^4.17.1",
"helmet": "^3.18.0",
"mongoose": "^5.5.11"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.4.0",
"@babel/node": "^7.2.2",
"@babel/plugin-transform-runtime": "^7.4.4",
"@babel/polyfill": "^7.4.0",
"@babel/preset-env": "^7.4.2",
"@babel/runtime": "^7.4.5",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.17.3",
"mocha": "^6.1.4",
"nodemon": "^1.18.10"
},
"description": "Long Live! Your 'love message' stays forever in ethereum block chain.",
"version": "1.0.0",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aliwo/lovethereum-node.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/aliwo/lovethereum-node/issues"
},
"homepage": "https://github.com/aliwo/lovethereum-node#readme"
}