Initial commit
This commit is contained in:
39
node_modules/node-blockly/blockly/package.json
generated
vendored
Normal file
39
node_modules/node-blockly/blockly/package.json
generated
vendored
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"name": "blockly",
|
||||
"version": "1.0.0",
|
||||
"description": "Blockly is a library for building visual programming editors.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/google/blockly.git"
|
||||
},
|
||||
"homepage": "https://developers.google.com/blockly/",
|
||||
"author": {
|
||||
"name": "Neil Fraser"
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"private": true,
|
||||
"devDependencies": {
|
||||
"jshint": "latest",
|
||||
"eslint": "^4.16"
|
||||
},
|
||||
"jshintConfig": {
|
||||
"globalstrict": true,
|
||||
"predef": [
|
||||
"Blockly",
|
||||
"goog",
|
||||
"window",
|
||||
"document",
|
||||
"soy",
|
||||
"XMLHttpRequest"
|
||||
],
|
||||
"sub": true,
|
||||
"undef": true,
|
||||
"unused": true
|
||||
},
|
||||
"dependencies": {
|
||||
"google-closure-library": "^20180204.0.0",
|
||||
"install": "^0.8.8",
|
||||
"npm": "^4.4.4",
|
||||
"webdriverio": "^4.6.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user