{
  "name": "@microduino/scratch-blocks",
  "version": "0.1.1",
  "description": "Scratch Blocks is a library for building creative computing interfaces.",
  "author": "Massachusetts Institute of Technology",
  "license": "Apache-2.0",
  "homepage": "https://git.microduino.cn/mobileApps/scratch-blocks#readme",
  "repository": {
    "type": "git",
    "url": "git+https://git.microduino.cn/mobileApps/scratch-blocks.git"
  },
  "main": "./dist/vertical.js",
  "scripts": {
    "deploy": "gh-pages -t -d gh-pages -m \"Build for $(git log --pretty=format:%H -n1)\"",
    "prepublish": "python build_local.py && webpack",
    "test:setup": "tests/scripts/test_setup.sh",
    "test:unit": "node tests/jsunit/test_runner.js",
    "test:lint": "eslint .",
    "test": "npm run test:lint && npm run test:setup && npm run test:unit",
    "version": "json -f package.json -I -e \"this.repository.sha = '$(git log -n1 --pretty=format:%H)'\""
  },
  "devDependencies": {
    "copy-webpack-plugin": "4.0.1",
    "eslint": "2.9.0",
    "exports-loader": "0.6.3",
    "gh-pages": "0.12.0",
    "google-closure-library": "20170910.0.0",
    "graceful-fs": "4.1.11",
    "imports-loader": "0.6.5",
    "json": "9.0.4",
    "rimraf": "2.6.2",
    "travis-after-all": "1.4.4",
    "webdriverio": "4.8.0",
    "webpack": "1.13.2",
    "format-message": "5.2.1",
    "format-message-cli": "5.2.1"
  },
  "bugs": {
    "url": "https://git.microduino.cn/mobileApps/scratch-blocks/issues"
  },
  "directories": {
    "test": "tests"
  },
  "dependencies": {}
}
