{ "name": "nvatom", "main": "./lib/notational-velocity", "version": "0.11.0", "private": true, "contributors": [ "Seongjae Lee ", "Nikita Litvin ", "Jonathan Hoyt " ], "description": "Notational Velocity for Atom", "keywords": [ "wiki", "notational velocity", "nvatom", "note", "notetaking" ], "repository": "https://github.com/seongjaelee/nvatom", "license": "MIT", "engines": { "atom": ">0.50.0" }, "bugs": { "url": "https://github.com/seongjaelee/nvatom/issues" }, "homepage": "https://github.com/seongjaelee/nvatom", "dependencies": { "atom-space-pen-views": "^2.0.3", "chokidar": "^1.0.5", "docquery": "^1.1.1", "fs-plus": "2.x", "underscore-plus": "^1.6.6" }, "devDependencies": { "temp": "0.8.1" } }