{ "name": "atom", "productName": "Atom", "version": "0.189.0", "description": "A hackable text editor for the 21st Century.", "main": "./src/browser/main.js", "repository": { "type": "git", "url": "https://github.com/atom/atom.git" }, "bugs": { "url": "https://github.com/atom/atom/issues" }, "licenses": [ { "type": "MIT", "url": "http://github.com/atom/atom/raw/master/LICENSE.md" } ], "atomShellVersion": "0.21.3", "dependencies": { "async": "0.2.6", "atom-keymap": "^4", "atom-space-pen-views": "^2.0.4", "babel-core": "^4.0.2", "bootstrap": "git+https://github.com/atom/bootstrap.git#6af81906189f1747fd6c93479e3d998ebe041372", "clear-cut": "0.4.0", "coffee-cash": "0.8.0", "coffee-script": "1.8.0", "coffeestack": "^1.1.1", "color": "^0.7.3", "delegato": "^1", "emissary": "^1.3.3", "event-kit": "^1.0.3", "first-mate": "^3.0.0", "fs-plus": "^2.6", "fstream": "0.1.24", "fuzzaldrin": "^2.1", "git-utils": "^3.0.0", "grim": "1.2", "jasmine-json": "~0.0", "jasmine-tagged": "^1.1.4", "jquery": "^2.1.1", "less-cache": "0.22", "marked": "^0.3", "mixto": "^1", "nslog": "^2.0.0", "oniguruma": "^4.1", "optimist": "0.4.0", "pathwatcher": "^4.3.1", "property-accessors": "^1.1.3", "q": "^1.1.2", "random-words": "0.0.1", "react-atom-fork": "^0.11.5", "reactionary-atom-fork": "^1.0.0", "runas": "2.0.0", "scandal": "2.0.0", "scoped-property-store": "^0.16.2", "scrollbar-style": "^2.0.0", "season": "^5.1.4", "semver": "~4.2", "serializable": "^1", "service-hub": "^0.5.0", "space-pen": "3.8.2", "stacktrace-parser": "0.1.1", "temp": "0.8.1", "text-buffer": "^5.0.2", "theorist": "^1.0.2", "underscore-plus": "^1.6.6" }, "packageDependencies": { "atom-dark-syntax": "0.26.0", "atom-dark-ui": "0.49.0", "atom-light-syntax": "0.26.0", "atom-light-ui": "0.41.0", "base16-tomorrow-dark-theme": "0.25.0", "base16-tomorrow-light-theme": "0.8.0", "one-dark-ui": "0.5.0", "one-dark-syntax": "0.3.0", "one-light-syntax": "0.4.0", "one-light-ui": "0.4.0", "solarized-dark-syntax": "0.32.0", "solarized-light-syntax": "0.19.0", "archive-view": "0.53.0", "autocomplete": "0.44.0", "autoflow": "0.22.0", "autosave": "0.20.0", "background-tips": "0.23.0", "bookmarks": "0.35.0", "bracket-matcher": "0.73.0", "command-palette": "0.34.0", "deprecation-cop": "0.37.0", "dev-live-reload": "0.45.0", "encoding-selector": "0.19.0", "exception-reporting": "0.24.0", "feedback": "0.35.0", "find-and-replace": "0.159.0", "fuzzy-finder": "0.72.0", "git-diff": "0.54.0", "go-to-line": "0.30.0", "grammar-selector": "0.46.0", "image-view": "0.52.0", "incompatible-packages": "0.24.0", "keybinding-resolver": "0.29.0", "link": "0.30.0", "markdown-preview": "0.144.0", "metrics": "0.45.0", "notifications": "0.35.0", "open-on-github": "0.35.0", "package-generator": "0.38.0", "release-notes": "0.52.0", "settings-view": "0.185.0", "snippets": "0.85.0", "spell-check": "0.55.0", "status-bar": "0.64.0", "styleguide": "0.44.0", "symbols-view": "0.91.0", "tabs": "0.67.0", "timecop": "0.31.0", "tree-view": "0.168.0", "update-package-dependencies": "0.9.0", "welcome": "0.25.0", "whitespace": "0.29.0", "wrap-guide": "0.31.0", "language-c": "0.41.0", "language-clojure": "0.13.0", "language-coffee-script": "0.39.0", "language-csharp": "0.5.0", "language-css": "0.28.0", "language-gfm": "0.67.0", "language-git": "0.10.0", "language-go": "0.22.0", "language-html": "0.30.0", "language-hyperlink": "0.12.2", "language-java": "0.14.0", "language-javascript": "0.64.0", "language-json": "0.14.0", "language-less": "0.25.0", "language-make": "0.14.0", "language-mustache": "0.11.0", "language-objective-c": "0.15.0", "language-perl": "0.21.0", "language-php": "0.21.0", "language-property-list": "0.8.0", "language-python": "0.32.0", "language-ruby": "0.49.0", "language-ruby-on-rails": "0.21.0", "language-sass": "0.36.0", "language-shellscript": "0.13.0", "language-source": "0.9.0", "language-sql": "0.14.0", "language-text": "0.6.0", "language-todo": "0.17.0", "language-toml": "0.15.0", "language-xml": "0.28.0", "language-yaml": "0.22.0" }, "private": true, "scripts": { "preinstall": "node -e 'process.exit(0)'", "test": "node script/test" } }