{ "name": "atom", "productName": "Atom", "version": "0.203.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.22.3", "dependencies": { "async": "0.2.6", "atom-keymap": "^5.1.4", "atom-space-pen-views": "^2.0.4", "babel-core": "^5.1.11", "bootstrap": "^3.3.4", "clear-cut": "^2.0.1", "coffee-cash": "0.8.0", "coffee-script": "1.8.0", "coffeestack": "^1.1.2", "color": "^0.7.3", "delegato": "^1", "emissary": "^1.3.3", "event-kit": "^1.2.0", "first-mate": "^4.1.5", "fs-plus": "^2.8.0", "fstream": "0.1.24", "fuzzaldrin": "^2.1", "git-utils": "^3.0.0", "grim": "1.4.1", "jasmine-json": "~0.0", "jasmine-tagged": "^1.1.4", "jquery": "^2.1.1", "less-cache": "0.22", "marked": "^0.3.3", "mixto": "^1", "normalize-package-data": "^2.0.0", "nslog": "^2.0.0", "oniguruma": "^4.1", "pathwatcher": "^4.4", "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.3", "scoped-property-store": "^0.17.0", "scrollbar-style": "^3.1", "season": "^5.1.4", "semver": "^4.3.3", "serializable": "^1", "service-hub": "^0.5.0", "space-pen": "3.8.2", "stacktrace-parser": "0.1.1", "temp": "0.8.1", "text-buffer": "6.1.3", "theorist": "^1.0.2", "typescript-simple": "1.0.0", "underscore-plus": "^1.6.6", "yargs": "^3.9" }, "packageDependencies": { "atom-dark-syntax": "0.27.0", "atom-dark-ui": "0.49.0", "atom-light-syntax": "0.28.0", "atom-light-ui": "0.41.0", "base16-tomorrow-dark-theme": "0.26.0", "base16-tomorrow-light-theme": "0.9.0", "one-dark-ui": "0.8.2", "one-dark-syntax": "0.5.0", "one-light-syntax": "0.6.0", "one-light-ui": "0.8.2", "solarized-dark-syntax": "0.35.0", "solarized-light-syntax": "0.21.0", "archive-view": "0.57.0", "autocomplete-atom-api": "0.9.0", "autocomplete-css": "0.7.2", "autocomplete-html": "0.7.2", "autocomplete-plus": "2.17.3", "autocomplete-snippets": "1.6.3", "autoflow": "0.24.0", "autosave": "0.20.0", "background-tips": "0.25.0", "bookmarks": "0.35.0", "bracket-matcher": "0.74.0", "command-palette": "0.36.0", "deprecation-cop": "0.52.0", "dev-live-reload": "0.46.0", "encoding-selector": "0.20.0", "exception-reporting": "0.24.0", "find-and-replace": "0.169.0", "fuzzy-finder": "0.87.0", "git-diff": "0.55.0", "go-to-line": "0.30.0", "grammar-selector": "0.47.0", "image-view": "0.54.0", "incompatible-packages": "0.24.0", "keybinding-resolver": "0.33.0", "link": "0.30.0", "markdown-preview": "0.150.0", "metrics": "0.51.0", "notifications": "0.50.0", "open-on-github": "0.37.0", "package-generator": "0.39.0", "release-notes": "0.52.0", "settings-view": "0.206.0", "snippets": "0.91.0", "spell-check": "0.58.0", "status-bar": "0.74.0", "styleguide": "0.44.0", "symbols-view": "0.97.0", "tabs": "0.69.0", "timecop": "0.31.0", "tree-view": "0.171.0", "update-package-dependencies": "0.10.0", "welcome": "0.27.0", "whitespace": "0.29.0", "wrap-guide": "0.35.0", "language-c": "0.45.0", "language-clojure": "0.15.0", "language-coffee-script": "0.40.0", "language-csharp": "0.5.0", "language-css": "0.30.0", "language-gfm": "0.76.0", "language-git": "0.10.0", "language-go": "0.26.0", "language-html": "0.38.0", "language-hyperlink": "0.13.0", "language-java": "0.15.0", "language-javascript": "0.78.0", "language-json": "0.14.0", "language-less": "0.27.0", "language-make": "0.14.0", "language-mustache": "0.11.0", "language-objective-c": "0.15.0", "language-perl": "0.24.0", "language-php": "0.24.0", "language-property-list": "0.8.0", "language-python": "0.35.0", "language-ruby": "0.56.0", "language-ruby-on-rails": "0.21.0", "language-sass": "0.38.0", "language-shellscript": "0.15.0", "language-source": "0.9.0", "language-sql": "0.15.0", "language-text": "0.6.0", "language-todo": "0.23.0", "language-toml": "0.16.0", "language-xml": "0.30.0", "language-yaml": "0.22.0" }, "private": true, "scripts": { "preinstall": "node -e 'process.exit(0)'", "test": "node script/test" } }