Fri Apr 07 2017
Copied to clipboard! Copy reply
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
{
  "name": "Nanobar",
  "version": "1.1.0",
  "description": "App Engine skelleton",
  "private": true,
  "license": "Apache Version 2.0",
  "author": "sqram",
  "engines": {
    "node": "~4.2"
  },
  "scripts": {
    "start": "/usr/bin/dev_appserver.py . --require_indexes=True",
    "watch": "NODE_ENV=dev ; gulp watch",
    "build": "gulp build --type production",
    "deploy": "gcloud config set project nanobar-1 && gulp build --type production && gcloud app deploy"
  },
  "dependencies": {
    "gulp": "^3.9.1",
    "jquery": "^3.1.1",
    "vue": "^2.1.10",
    "vue-router": "^2.0.0-rc.7",
    "vuex": "^2.0.0-rc.6"
  },
  "devDependencies": {
    "babel": "^6.5.2",
    "babel-core": "^6.11.4",
    "babel-loader": "^6.2.4",
    "babel-plugin-transform-react-jsx": "^6.8.0",
    "babel-preset-es2015": "^6.9.0",
    "babel-preset-stage-0": "^6.5.0",
    "copy-webpack-plugin": "^4.0.1",
    "css-loader": "^0.26.1",
    "expose-loader": "^0.7.1",
    "gulp": "^3.9.1",
    "gulp-cache": "^0.4.5",
    "gulp-connect": "^4.2.0",
    "gulp-imagemin": "^3.0.2",
    "gulp-load-plugins": "^1.2.4",
    "gulp-plumber": "^1.1.0",
    "gulp-stylus": "^2.5.0",
    "gulp-uglify": "^2.0.0",
    "gulp-util": "^3.0.7",
    "gulp-watch": "^4.3.9",
    "vue-loader": "^9.5.0",
    "webpack": "^1.13.1",
    "webpack-stream": "^3.2.0"
  }
}