mirror of
https://github.com/google/blockly.git
synced 2026-01-04 23:50:12 +01:00
57 lines
1.2 KiB
JSON
57 lines
1.2 KiB
JSON
{
|
|
"name": "blockly",
|
|
"version": "1.20190419.0",
|
|
"description": "Blockly is a library for building visual programming editors.",
|
|
"main": "blockly_node_javascript_en.js",
|
|
"keywords": [
|
|
"blockly"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/google/blockly.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/google/blockly/issues"
|
|
},
|
|
"homepage": "https://developers.google.com/blockly/",
|
|
"author": {
|
|
"name": "Neil Fraser"
|
|
},
|
|
"scripts": {
|
|
"prepare": "gulp blockly_javascript_en",
|
|
"lint": "eslint .",
|
|
"test": "tests/run_all_tests.sh"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"eslint": "^5.13.0",
|
|
"google-closure-compiler": "^20190121.0.0",
|
|
"google-closure-library": "^20190121.0.0",
|
|
"gulp": "^3.9.1",
|
|
"gulp-concat": "^2.6.1",
|
|
"gulp-insert": "^0.5.0",
|
|
"gulp-series": "^1.0.2",
|
|
"gulp-shell": "^0.6.5",
|
|
"jshint": "^2.10.1",
|
|
"webdriverio": "^4.14.1"
|
|
},
|
|
"jshintConfig": {
|
|
"globalstrict": true,
|
|
"predef": [
|
|
"Blockly",
|
|
"goog",
|
|
"window",
|
|
"document",
|
|
"soy",
|
|
"XMLHttpRequest"
|
|
],
|
|
"sub": true,
|
|
"undef": true,
|
|
"unused": true
|
|
},
|
|
"dependencies": {
|
|
"jsdom": "^13.2.0"
|
|
}
|
|
}
|