{ "name": "scratchjr", "version": "1.1.0", "description": "ScratchJr", "private": "true", "scripts": { "lint": "eslint src/**", "build": "webpack" }, "author": "MIT Media Lab", "license": "MIT", "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", "strip-sourcemap-loader": "0.0.1", "webpack": "^1.12.11" }, "dependencies": { "intl": "^1.0.1", "intl-messageformat": "^1.2.0" } }