UNPKG

react-thunk

Version:

Functional stateless React components returning thunks

46 lines (45 loc) 1.3 kB
{ "name": "react-thunk", "version": "1.0.0", "description": "Functional stateless React components returning thunks", "main": "dist/commonjs/index.js", "scripts": { "build:cjs": "bABEL_ENV=development babel modules --out-dir dist/commonjs", "build:es": "BABEL_ENV=es babel modules --out-dir dist/es", "build": "npm run build:cjs && npm run build:es", "test": "mocha --compilers js:babel-core/register --recursive test/index.js" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/troch/react-thunk.git" }, "keywords": [ "React", "functional", "stateless", "thunk" ], "author": "Thomas Roch <thomas.c.roch@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/troch/react-thunk/issues" }, "homepage": "https://github.com/troch/react-thunk#readme", "peerDependencies": { "react": "~0.14.0 || ^15.0.0" }, "devDependencies": { "babel-core": "^6.7.6", "babel-preset-es2015": "^6.6.0", "babel-preset-es2015-rollup": "^1.1.1", "babel-preset-react": "^6.5.0", "chai": "^3.5.0", "enzyme": "^2.2.0", "mocha": "^2.4.5", "react": "^15.0.1", "react-addons-test-utils": "^15.0.1", "react-dom": "^15.0.1", "sinon": "^1.17.3", "sinon-chai": "^2.8.0" } }