mirror of
https://github.com/google/blockly.git
synced 2026-03-16 10:10:10 +01:00
Create package.json
This commit is contained in:
15
package.json
Normal file
15
package.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "blockly-src",
|
||||
"version": "1.0.0",
|
||||
"description": "Blockly is a library for building visual programming editors.",
|
||||
"keywords": ["blockly"],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/google/blockly.git",
|
||||
},
|
||||
"homepage": "https://developers.google.com/blockly/",
|
||||
"author": {
|
||||
"name": "Neil Fraser"
|
||||
},
|
||||
"license": "Apache-2.0"
|
||||
}
|
||||
Reference in New Issue
Block a user