summaryrefslogtreecommitdiff
path: root/blockly/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'blockly/package.json')
-rw-r--r--blockly/package.json32
1 files changed, 32 insertions, 0 deletions
diff --git a/blockly/package.json b/blockly/package.json
new file mode 100644
index 0000000..cc24f2a
--- /dev/null
+++ b/blockly/package.json
@@ -0,0 +1,32 @@
+{
+ "name": "blockly",
+ "version": "1.0.0",
+ "description": "Blockly is a library for building visual programming editors.",
+ "keywords": ["blockly"],
+ "scripts": {
+ "lint": "jshint ."
+ },
+ "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,
+ "devDependencies": {
+ "jshint": "latest"
+ },
+ "jshintConfig": {
+ "globalstrict": true,
+ "predef": ["Blockly", "goog", "window", "document", "soy", "XMLHttpRequest"],
+ "sub": true,
+ "undef": true,
+ "unused": true
+ }
+}