{
  "name": "@backand/vanilla-sdk",
  "version": "1.2.15",
  "description": "Backand SDK for JavaScript",
  "main": "./dist/backand.js",
  "types": "./dist/backand.d.ts",
  "files": [
    "dist",
    "example",
    "test"
  ],
  "directories": {
    "example": "example"
  },
  "scripts": {
    "build": "gulp build",
    "dev": "gulp watch",
    "start": "browser-sync start -s ./example/ -f ./dist/ ./example/ --ss ./dist/                 --port 3000",
    "test": "browser-sync start -s ./test/    -f ./dist/ ./test/    --ss ./dist/ ./node_modules/ --port 3000 --index runner.html",
    "patch": "npm version patch -m \"Release version %s\"",
    "version": "npm run build && gulp bower && git add -A",
    "postversion": "git push && git push --tags"
  },
  "author": "Backand",
  "license": "MIT",
  "dependencies": {},
  "devDependencies": {
    "babel-core": "^6.22.1",
    "babel-plugin-transform-object-assign": "^6.22.0",
    "babel-preset-es2015": "^6.22.0",
    "babelify": "^7.3.0",
    "browser-sync": "^2.18.6",
    "browserify": "^13.3.0",
    "chai": "^3.5.0",
    "es6-promise": "^4.0.5",
    "gulp": "^3.9.1",
    "gulp-clean": "^0.3.2",
    "gulp-header": "^1.8.8",
    "gulp-json-editor": "^2.2.1",
    "gulp-rename": "^1.2.2",
    "gulp-shell": "^0.5.2",
    "gulp-sourcemaps": "^2.2.0",
    "gulp-uglify": "^2.0.0",
    "gulp-util": "^3.0.7",
    "mocha": "^3.2.0",
    "vinyl-buffer": "^1.0.0",
    "vinyl-source-stream": "^1.1.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/backand/vanilla-sdk.git"
  },
  "bugs": {
    "url": "https://github.com/backand/vanilla-sdk/issues"
  },
  "homepage": "https://github.com/backand/vanilla-sdk#readme",
  "keywords": [
    "Backand",
    "backend",
    "backend sdk",
    "backend js",
    "backend javascript",
    "vanilla-sdk",
    "backend vanilla sdk"
  ]
}
