47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
{
|
|
"name": "vue-apollo",
|
|
"version": "1.1.0-beta.3",
|
|
"description": "Vue apollo integration",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"compile": "babel --presets es2015 -d lib/ src/",
|
|
"prepublish": "npm run compile",
|
|
"watch": "npm-watch"
|
|
},
|
|
"watch": {
|
|
"compile": "src/*.js"
|
|
},
|
|
"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.5.0"
|
|
},
|
|
"dependencies": {
|
|
"graphql-tag": "^0.1.15",
|
|
"lodash.omit": "^4.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"babel-cli": "^6.14.0",
|
|
"babel-eslint": "^7.1.1",
|
|
"babel-preset-es2015": "^6.14.0",
|
|
"eslint": "^3.12.1",
|
|
"eslint-config-standard": "^6.2.1",
|
|
"eslint-plugin-promise": "^3.4.0",
|
|
"eslint-plugin-standard": "^2.0.1",
|
|
"npm-watch": "^0.1.6"
|
|
}
|
|
}
|