12345678910111213141516171819202122232425262728 |
- {
- "name": "test-redux-goodies",
- "version": "0.0.3",
- "description": "Helpers to test Redux code.",
- "main": "lib/node.js",
- "scripts": {
- "build": "babel src --presets es2015 --out-dir lib",
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/herby/test-redux-goodies.git"
- },
- "keywords": [
- "redux",
- "test"
- ],
- "author": "Herbert Vojčík <herby@mailbox.sk>",
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/herby/test-redux-goodies/issues"
- },
- "homepage": "https://github.com/herby/test-redux-goodies#readme",
- "devDependencies": {
- "babel-cli": "^6.3.17",
- "babel-preset-es2015": "^6.3.13"
- }
- }
|