scratchjr/package.json

37 lines
940 B
JSON
Raw Normal View History

2016-01-08 14:31:04 -05:00
{
"name": "scratchjr",
2016-02-03 15:00:55 -05:00
"version": "1.2.0",
2016-01-08 14:31:04 -05:00
"description": "ScratchJr",
"scripts": {
2016-01-12 15:08:37 -05:00
"lint": "eslint src/**",
"build": "webpack"
2016-01-08 14:31:04 -05:00
},
"author": "Massachusetts Institute of Technology",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/llk/scratchjr/issues"
},
"homepage": "https://github.com/llk/scratchjr",
2016-01-08 14:31:04 -05:00
"devDependencies": {
2016-01-12 15:08:37 -05:00
"babel-core": "^6.4.0",
"babel-eslint": "^4.1.6",
"babel-loader": "^6.2.1",
"babel-preset-es2015": "^6.3.13",
2016-01-08 14:31:04 -05:00
"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",
2016-01-12 15:08:37 -05:00
"eslint": "^1.10.3",
"expose-loader": "^0.7.1",
"strip-sourcemap-loader": "0.0.1",
2016-01-12 15:08:37 -05:00
"webpack": "^1.12.11"
2016-01-08 14:31:04 -05:00
},
2016-01-12 15:08:37 -05:00
"dependencies": {
"intl": "^1.0.1",
2016-01-13 17:05:50 -05:00
"intl-messageformat": "^1.2.0",
2016-01-13 18:44:04 -05:00
"jszip": "^2.5.0",
"snapsvg": "^0.3.0"
2016-01-12 15:08:37 -05:00
}
2016-01-08 14:31:04 -05:00
}