react-vaccine
Version:
Config-free React and Redux testkit
32 lines (31 loc) • 693 B
JSON
{
"name": "react-vaccine",
"version": "0.0.3",
"description": "Config-free React and Redux testkit",
"main": "./dist/index.js",
"scripts": {
"test": "test",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/robtaussig/react-vaccine.git"
},
"keywords": [
"react",
"redux",
"test",
"testing",
"testkit"
],
"author": "Robert Taussig <robert.taussig@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/robtaussig/react-vaccine/issues"
},
"homepage": "https://github.com/robtaussig/react-vaccine#readme",
"dependencies": {
"react": "^16.3.2",
"react-dom": "^16.3.2"
}
}