UNPKG

googledoc-to-json

Version:

Read a Google Drive Doc and convert to JSON via ArchieML

39 lines (38 loc) 900 B
{ "name": "googledoc-to-json", "version": "1.0.0", "description": "Read a Google Drive Doc and convert to JSON via ArchieML", "main": "index.js", "scripts": { "test": "node test" }, "repository": { "type": "git", "url": "http://github.com/bradoyler/googledoc-to-json.git" }, "keywords": [ "google", "archieml", "drive", "json" ], "dependencies": { "archieml": "0.4.2", "commander": "2.15.1", "googleapis": "31.0.2", "html-entities": "1.2.1", "htmlparser2": "3.9.2" }, "bugs": { "url": "https://github.com/bradoyler/googledoc-to-json/issues" }, "bin": { "googledoc-to-json": "./bin/googledoc-to-json" }, "homepage": "https://github.com/bradoyler/googledoc-to-json", "author": "Brad Oyler <bradoyler@gmail.com> (github.com/bradoyler)", "license": "MIT", "devDependencies": { "standard": "10.0.3" } }