scratchjr/package.json
2016-01-13 17:05:50 -05:00

31 lines
752 B
JSON

{
"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",
"jszip": "^2.5.0"
}
}