{ "name": "scratchjr", "version": "1.2.0", "description": "ScratchJr", "scripts": { "lint": "eslint src/**", "build": "webpack" }, "author": "MIT Media Lab, Tufts University, Playful Invention Company", "license": "BSD-3-Clause", "bugs": { "url": "https://github.com/llk/scratchjr/issues" }, "homepage": "https://github.com/llk/scratchjr", "devDependencies": { "babel-core": "^6.4.0", "babel-eslint": "^4.1.6", "babel-loader": "^6.2.1", "babel-preset-es2015": "^6.3.13", "esformatter": "^0.8.1", "esformatter-braces": "^1.2.1", "esformatter-dot-notation": "^1.3.1", "esformatter-quotes": "^1.0.3", "esformatter-semicolons": "^1.1.2", "eslint": "^1.10.3", "expose-loader": "^0.7.1", "strip-sourcemap-loader": "0.0.1", "webpack": "^1.12.11" }, "dependencies": { "intl": "^1.0.1", "intl-messageformat": "^1.2.0", "jszip": "^2.5.0", "snapsvg": "^0.3.0" } }