{
  "name": "snap-byob",
  "version": "4.1.27",
  "description": "A visual programming language inspired by Scratch",
  "main": "index.html",
  "directories": {
    "doc": "docs"
  },
  "scripts": {
    "build": "node_modules/.bin/gulp",
    "prepare": "npm run build"
  },
  "dependencies": {
    "file-saver": "^1.3.8",
    "morphic-gui": "^1.0.1"
  },
  "devDependencies": {
    "gulp": "^3.9.1",
    "gulp-concat": "^2.6.1",
    "gulp-imagemin": "^4.1.0",
    "gulp-jshint": "^2.1.0",
    "gulp-sourcemaps": "^2.6.4",
    "gulp-uglify": "^3.0.0",
    "jshint": "^2.9.5",
    "jshint-stylish": "^2.2.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/menasheh/snap.git"
  },
  "keywords": [
    "learn",
    "snap",
    "scratch",
    "programming",
    "block"
  ],
  "author": "Jens Mönig",
  "license": "AGPL-3.0",
  "bugs": {
    "url": "https://github.com/jmoenig/Snap--Build-Your-Own-Blocks/issues"
  },
  "homepage": "https://github.com/menasheh/snap#readme"
}
