20 lines
530 B
JSON
20 lines
530 B
JSON
{
|
|
"name": "comcarde-bridge",
|
|
"version": "7.6.4",
|
|
"description": "Overall project for the bridge server",
|
|
"main": "node_server/node_server.js",
|
|
"repository": "ssh://git@10.0.10.242/diffusion/BS/bridge-server.git",
|
|
"author": "admin@comcarde.com",
|
|
"license": "UNLICENSED",
|
|
"private": true,
|
|
"scripts": {
|
|
"postinstall": "cd node_server && npm install"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^4.7.2",
|
|
"eslint-config-canonical": "^9.3.1",
|
|
"nsp": "^2.7.0",
|
|
"nsp-formatter-checkstyle": "^1.0.2"
|
|
}
|
|
}
|