{
  "name": "scratch-storage",
  "version": "0.0.1-prerelease.1493666172",
  "description": "Load and store project and asset files for Scratch 3.0",
  "license": "BSD-3-Clause",
  "homepage": "https://github.com/LLK/scratch-storage#readme",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/LLK/scratch-storage.git",
    "sha": "43f6a295fd49d3416cd2518e2da87f6676307e7c"
  },
  "main": "./dist/node/scratch-storage.js",
  "scripts": {
    "build": "./node_modules/.bin/webpack --progress --colors --bail",
    "coverage": "./node_modules/.bin/tap ./test/{unit,integration}/*.js --coverage --coverage-report=lcov",
    "lint": "./node_modules/.bin/eslint .",
    "prepublish": "npm run build",
    "prepublish-watch": "npm run watch",
    "tap-integration": "./node_modules/.bin/tap ./test/integration/*.js",
    "tap-unit": "./node_modules/.bin/tap ./test/unit/*.js",
    "test": "npm run lint && npm run tap-unit && npm run tap-integration",
    "version": "./node_modules/.bin/json -f package.json -I -e \"this.repository.sha = '$(git log -n1 --pretty=format:%H)'\"",
    "watch": "./node_modules/.bin/webpack --progress --colors --watch"
  },
  "devDependencies": {
    "babel-core": "6.22.1",
    "babel-eslint": "7.1.1",
    "babel-loader": "6.2.10",
    "babel-polyfill": "6.22.0",
    "babel-preset-es2015": "6.22.0",
    "binary-loader": "0.0.1",
    "debug": "2.6.0",
    "eslint": "3.14.1",
    "eslint-config-scratch": "3.1.0",
    "eslint-plugin-react": "6.9.0",
    "file-loader": "0.9.0",
    "got": "5.7.1",
    "json": "^9.0.4",
    "json-loader": "0.5.4",
    "localforage": "1.5.0",
    "tap": "8.0.1",
    "text-encoding": "0.6.4",
    "travis-after-all": "^1.4.4",
    "webpack": "2.2.1"
  }
}
