From 0e71d972d1c43aef729083164a7709a7a18e6354 Mon Sep 17 00:00:00 2001 From: Markus Bordihn Date: Fri, 24 Jul 2015 19:51:44 +0200 Subject: [PATCH] Create package.json --- package.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 000000000..f38939277 --- /dev/null +++ b/package.json @@ -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" +}