Files
apollo/package.json
T
2016-09-21 10:55:50 +02:00

31 lines
687 B
JSON

{
"name": "vue-apollo",
"version": "1.0.0-beta7-2",
"description": "Vue apollo integration",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Akryum/vue-apollo.git"
},
"keywords": [
"vue",
"apollo",
"graphql"
],
"author": "Guillaume Chau <guillaume.b.chau@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/Akryum/vue-apollo/issues"
},
"homepage": "https://github.com/Akryum/vue-apollo#readme",
"peerDependencies": {
"apollo-client": "^0.4.15"
},
"dependencies": {
"lodash.omit": "^4.5.0"
}
}