2018-03-20 21:43:50 +03:00
|
|
|
{
|
2018-04-12 16:53:56 +03:00
|
|
|
"name": "platform-chaos",
|
2018-03-20 21:43:50 +03:00
|
|
|
"version": "1.0.0",
|
2018-04-12 16:53:56 +03:00
|
|
|
"description": "A node sdk for building services capable of injecting chaos into PaaS offerings",
|
2018-03-20 21:43:50 +03:00
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "mocha"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"azure",
|
2018-04-12 16:53:56 +03:00
|
|
|
"platform",
|
2018-03-20 21:43:50 +03:00
|
|
|
"chaos"
|
|
|
|
],
|
|
|
|
"author": "Ben Greenier",
|
|
|
|
"license": "MIT",
|
|
|
|
"devDependencies": {
|
2018-05-18 00:18:09 +03:00
|
|
|
"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",
|
2018-03-20 21:43:50 +03:00
|
|
|
"mocha": "^5.0.0"
|
|
|
|
}
|
|
|
|
}
|