UNPKG

apollo-mantra

Version:

Tools for integration of apollo with Mantra

31 lines (30 loc) 676 B
{ "name": "apollo-mantra", "version": "1.6.4", "description": "Tools for integration of apollo with Mantra", "main": "./dist/index.js", "repository": { "url": "https://github.com/tomitrescak/apollo-redux-tools" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "types": "./dist/index.d.ts", "keywords": [ "Apollo", "Mantra", "Meteor" ], "author": "Tomi Trescak", "license": "MIT", "devDependencies": { "@types/graphql": "0.x.x", "@types/react": "15.x.x", "apollo-client": "1.x.x", "graphql": "0.x.x", "mobx-react": "^4.2.2" }, "peerDependencies": { "mobx-react": "4.x.x" } }