UNPKG

gulf-editor-socialcalc

Version:

Gulf bindings for the socialcalc spreadsheet editor

48 lines (47 loc) 1.05 kB
{ "name": "gulf-editor-socialcalc", "version": "0.3.1", "description": "Gulf bindings for the socialcalc spreadsheet editor", "dependencies": { "gulf": "5.x", "ot-socialcalc": "0.x", "babel-runtime": "^6.11.6", "core-js": "2.x" }, "peerDependencies": { "socialcalc": "2.x" }, "main": "./lib/index", "scripts": { "build": "babel src --out-dir lib" }, "babel": { "presets": [ "es2015" ], "plugins": [ "transform-runtime" ] }, "devDependencies": { "babel-cli": "6.x", "babel-plugin-transform-runtime": "^6.15.0", "babel-preset-es2015": "6.x" }, "repository": { "type": "git", "url": "git+https://github.com/gulf/gulf-editor-socialcalc.git" }, "keywords": [ "ot", "gulf", "socialcalc", "spreadsheet" ], "author": "Marcel Klehr <mklehr@gmx.net>", "license": "MPL-2.0", "bugs": { "url": "https://github.com/gulf/gulf-editor-socialcalc/issues" }, "homepage": "https://github.com/gulf/gulf-editor-socialcalc#readme" }