47 строки
1.1 KiB
JSON
47 строки
1.1 KiB
JSON
{
|
|
"name": "platform-chaos-api",
|
|
"version": "1.0.0",
|
|
"description": "API for Platform Chaos",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"lint": "eslint .",
|
|
"test": "npm run lint & mocha",
|
|
"start": "node index.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/azure/platform-chaos-api.git"
|
|
},
|
|
"keywords": [
|
|
"azure",
|
|
"chaos",
|
|
"platform",
|
|
"node"
|
|
],
|
|
"author": "Microsoft",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/azure/platform-chaos-api/issues"
|
|
},
|
|
"homepage": "https://github.com/azure/platform-chaos-api#readme",
|
|
"devDependencies": {
|
|
"eslint": "^5.4.0",
|
|
"eslint-config-standard": "^12.0.0",
|
|
"eslint-plugin-import": "^2.14.0",
|
|
"eslint-plugin-node": "^7.0.1",
|
|
"eslint-plugin-promise": "^4.0.0",
|
|
"eslint-plugin-standard": "^4.0.0",
|
|
"mocha": "^5.0.0",
|
|
"standard": "^12.0.1",
|
|
"supertest": "^3.2.0"
|
|
},
|
|
"dependencies": {
|
|
"azure-chaos": "^1.1.1",
|
|
"body-parser": "^1.18.2",
|
|
"express": "^4.16.2",
|
|
"passport": "^0.4.0",
|
|
"passport-azure-ad": "^3.0.10",
|
|
"passport-http-bearer": "^1.0.1"
|
|
}
|
|
}
|