botmaster-test-fixtures
Version:
Fixtures to be used in botmaster package tests
35 lines (34 loc) • 963 B
JSON
{
"name": "botmaster-test-fixtures",
"version": "2.1.0",
"description": "Fixtures to be used in botmaster package tests",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postversion": "git push && git push --tags && rm -rf build/temp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/botmasterai/botmaster-test-fixtures.git"
},
"keywords": [
"botmaster",
"bot",
"test",
"fixtures",
"test-fixtures"
],
"author": "JD Wuarin <john.dwuarin@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/botmasterai/botmaster-test-fixtures/issues"
},
"homepage": "https://github.com/botmasterai/botmaster-test-fixtures#readme",
"devDependencies": {
"eslint": "^3.16.1",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.0"
}
}