Commit ac2344a0 authored by Neil Fraser's avatar Neil Fraser

Merge pull request #136 from Kaworru/master

Add basic package.json for npm support.
parents 6f3520f0 b182482a
{
"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
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment