{
  "name": "vue-resource-2",
  "version": "0.8.0",
  "description": "A web request service for Vue.js",
  "main": "dist/vue-resource.common.js",
  "jsnext:main": "dist/vue-resource.es2015.js",
  "scripts": {
    "build": "node build/build.js",
    "test": "webpack --config test/webpack.config.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vuejs/vue-resource.git"
  },
  "keywords": [
    "vue",
    "vuejs",
    "resource",
    "mvvm"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/vuejs/vue-resource/issues"
  },
  "homepage": "https://github.com/vuejs/vue-resource#readme",
  "devDependencies": {
    "babel-core": "^6.9.1",
    "babel-loader": "^6.2.4",
    "babel-plugin-transform-runtime": "^6.9.0",
    "babel-preset-es2015": "^6.9.0",
    "babel-preset-es2015-rollup": "^1.1.1",
    "babel-runtime": "^6.9.2",
    "jasmine-core": "^2.3.4",
    "rollup": "^0.31.1",
    "rollup-plugin-babel": "^2.5.1",
    "uglify-js": "^2.6.2",
    "vue": "^1.0.24",
    "webpack": "^1.13.1"
  }
}
