forked from PelicanMaster/empathy-test
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 810 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
{
"name": "empathy-test",
"version": "1.0.0",
"description": "",
"main": "src/server.js",
"scripts": {
"start": "babel-node src/server.js",
"dev": "nodemon src/server.js --exec babel-node"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PelicanMaster/empathy-test.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/PelicanMaster/empathy-test/issues"
},
"homepage": "https://github.com/PelicanMaster/empathy-test#readme",
"dependencies": {
"@babel/core": "^7.1.5",
"@babel/node": "^7.0.0",
"@babel/preset-env": "^7.1.5",
"@babel/preset-stage-2": "^7.0.0",
"body-parser": "^1.18.3",
"express": "^4.16.4",
"express-session": "^1.15.6"
},
"devDependencies": {
"nodemon": "^1.18.6"
}
}