qinling/runtimes/nodejs/package.json
Lingxian Kong 6c6bca6ff8 Add Node.js runtime support
Node.js support is just for experimental purpose at this stage, may
expect a lot of changes and refactoring as time goes by.

Story: 2001580
Task:  6529
Change-Id: Ib75364ed4501da198b2d40f4eb111428e5e3cbbb
2018-03-09 11:18:18 +13:00

24 lines
588 B
JSON

{
"name": "qinling-nodejs-runtime",
"version": "1.0.0",
"description": "NodeJS runtime container for Qinling",
"main": "server.js",
"engine": {
"node": ">=8.10.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/openstack/qinling.git"
},
"author": "Lingxian Kong",
"homepage": "https://docs.openstack.org/qinling/latest/",
"license": "Apache-2.0",
"dependencies": {
"body-parser": "^1.18.2",
"express": "^4.16.2",
"morgan": "^1.9.0",
"process": "^0.11.10",
"request": "^2.83.0",
"request-promise": "^4.2.2"
}
}