
Add Poller Class to pull SEL events and update Ironic node database create unit test for poller Class()
31 lines
595 B
JSON
31 lines
595 B
JSON
{
|
|
"name": "",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"keywords": [
|
|
"swagger"
|
|
],
|
|
"license": "MIT",
|
|
"private": true,
|
|
"dependencies": {
|
|
"connect": "^3.2.0",
|
|
"swagger-tools": "0.8.*",
|
|
"bluebird": ""
|
|
},
|
|
"devDependencies": {
|
|
"should": "~7.0.1",
|
|
"mocha": "^2.1.0",
|
|
"sinon": "1.16.1",
|
|
"sinon-as-promised": "^2.0.3",
|
|
"sinon-chai": "^2.7.0",
|
|
"supertest": "^0.15.0",
|
|
"underscore": "^1.8.3",
|
|
"xunit-file": "0.0.6"
|
|
},
|
|
"scripts" :{
|
|
"postinstall": "scripts/post-install.sh",
|
|
"start" : "start shovel"
|
|
}
|
|
}
|