gambit
Version:
A hyper-thin library to help building API driven redux apps
55 lines (54 loc) • 1.45 kB
JSON
{
"name": "gambit",
"version": "3.3.5",
"description": "A hyper-thin library to help building API driven redux apps",
"main": "dist/index.js",
"scripts": {
"test": "mocha --require ./tests/setup.js --compilers js:babel-register --recursive tests/unit",
"compile": "babel -d dist/ src/",
"prepublish": "npm run compile"
},
"keywords": [
"Redux",
"Marty",
"Flux",
"React"
],
"author": "Ben Stephenson <ben@bwes.co>",
"license": "ISC",
"devDependencies": {
"babel-cli": "6.6.5",
"babel-eslint": "5.0.0",
"babel-register": "6.6.5",
"chai": "3.5.0",
"eslint": "2.3.0",
"eslint-config-airbnb": "6.1.0",
"eslint-config-lens": "2.3.0",
"eslint-plugin-import": "1.0.3",
"eslint-plugin-react": "4.2.1",
"jsdom": "^8.1.0",
"mocha": "2.4.5",
"node-fetch": "^1.3.3",
"react-addons-test-utils": "^15.3.1",
"react-dom": "^15.3.1",
"sinon": "^2.1.0",
"mocha-sinon": "^2.0.0"
},
"dependencies": {
"babel-plugin-transform-runtime": "6.6.0",
"babel-preset-es2015": "6.6.0",
"babel-preset-react": "6.5.0",
"babel-preset-stage-0": "6.5.0",
"babel-runtime": "^6.6.1",
"bluebird": "3.*",
"immutable": "3.*",
"invariant": "2.*",
"lodash": "4.6.*",
"prop-types": "^0.2.0",
"proxy-polyfill": "^0.1.6",
"react": "^15.3.1",
"react-prop-types": "^0.4.0",
"react-redux": "4.*",
"redux": "3.*"
}
}