forked from navjotts/node-python
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
Latest commit
23 lines (23 loc) · 521 Bytes
/
Copy pathpackage.json
File metadata and controls
23 lines (23 loc) · 521 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "node-python",
"version": "1.0.0",
"description": "communicate between node and python",
"main": "server.js",
"scripts": {
"start": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@personal:navjotts/node-python.git"
},
"author": "Navjot",
"license": "MIT",
"dependencies": {
"body-parser": "^1.18.3",
"express": "^4.16.3",
"pug": "^2.0.3",
"zmq": "^2.15.3",
"zerorpc": "^0.9.7"
}
}