Files
blockly/package.json
2015-07-24 21:14:40 +02:00

20 lines
470 B
JSON

{
"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"
},
"bugs": {
"url": "https://github.com/google/blockly/issues"
},
"homepage": "https://developers.google.com/blockly/",
"author": {
"name": "Neil Fraser"
},
"license": "Apache-2.0",
"private": true
}