26 строки
595 B
JSON
26 строки
595 B
JSON
{
|
|
"name": "platform-chaos",
|
|
"version": "1.0.0",
|
|
"description": "A node sdk for building services capable of injecting chaos into PaaS offerings",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"keywords": [
|
|
"azure",
|
|
"platform",
|
|
"chaos"
|
|
],
|
|
"author": "Ben Greenier",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"eslint": "^4.19.1",
|
|
"eslint-config-standard": "^11.0.0",
|
|
"eslint-plugin-import": "^2.11.0",
|
|
"eslint-plugin-node": "^6.0.1",
|
|
"eslint-plugin-promise": "^3.7.0",
|
|
"eslint-plugin-standard": "^3.0.1",
|
|
"mocha": "^5.0.0"
|
|
}
|
|
}
|