-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 924 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
{
"name": "swaps-node",
"version": "1.0.0",
"description": "Swaps NodeJS",
"repository": "https://github.com/blockchainhack2019/swaps-node.git",
"author": "Pavel Ivanov <[email protected]>",
"license": "MIT",
"private": true,
"scripts": {
"start": "node ./bin/server",
"dev": "cross-env NODE_ENV=development node ./bin/server"
},
"dependencies": {
"app-module-path": "2.2.0",
"axios": "0.18.0",
"babel-register": "^6.24.1",
"body-parser": "^1.19.0",
"compose-middleware": "^5.0.1",
"cookie-parser": "^1.4.4",
"cors": "^2.8.5",
"cross-env": "^5.2.0",
"express": "^4.17.1",
"socket.io": "^2.2.0",
"url": "^0.11.0"
},
"devDependencies": {
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-runtime": "^6.23.0"
}
}