Sun Sep 04 2016
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
{
  "name": "regexbox.com",
  "version": "1.1.0",
  "description": "regex repository",
  "private": true,
  "license": "Apache Version 2.0",
  "author": "Google Inc.",
  "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": "gulp build && gcloud preview app deploy"
  },
  "dependencies": {
    "jquery": "^3.1.0",
    "vue": "^2.0.0-rc.4",
    "vuex": "^0.8.2"
  },
  "devDependencies": {

    "babel-core": "^6.11.4",
    "babel-loader": "^6.2.4",

    "babel-plugin-transform-runtime": "^6.15.0",
    "babel-preset-es2015": "^6.9.0",
    "babel-preset-stage-0": "^6.5.0",

    "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-stylus": "^2.5.0",
    "gulp-uglify": "^2.0.0",
    "gulp-util": "^3.0.7",
    "gulp-watch": "^4.3.9",

    "vue-loader": "^8.5.2",
    "webpack": "^1.13.1",
    "webpack-stream": "^3.2.0"
  }
}