pulsar/package.json

120 lines
3.1 KiB
JSON
Raw Normal View History

2012-09-13 22:25:37 +04:00
{
2013-05-14 22:08:32 +04:00
"name": "atom",
"version": "0.0.0",
2013-05-29 00:05:15 +04:00
"main": "./src/main.js",
2013-05-16 23:16:48 +04:00
"repository": {
"type": "git",
"url": "https://github.com/github/atom.git"
},
2012-09-13 22:25:37 +04:00
"dependencies": {
2013-08-14 21:27:12 +04:00
"async": "0.2.6",
"coffee-cache": "0.1.0",
2013-04-02 19:28:30 +04:00
"coffee-script": "1.6.2",
2013-08-14 21:27:12 +04:00
"coffeestack": "0.4.0",
"first-mate": "0.1.0",
2013-07-26 19:38:40 +04:00
"git-utils": "0.24.0",
2013-08-14 21:27:12 +04:00
"guid": "0.0.10",
"mkdirp": "0.3.5",
"less": "git://github.com/nathansobo/less.js.git",
2013-05-22 20:28:37 +04:00
"nak": "0.2.16",
2013-08-14 21:27:12 +04:00
"nslog": "0.1.0",
"oniguruma": "0.16.0",
"optimist": "0.4.0",
2013-06-26 19:56:04 +04:00
"pathwatcher": "0.5.0",
"patrick": "0.4.0",
2013-08-14 21:27:12 +04:00
"pegjs": "0.7.0",
2013-03-27 19:05:58 +04:00
"plist": "git://github.com/nathansobo/node-plist.git",
2013-08-14 21:27:12 +04:00
"rimraf": "2.1.4",
2013-06-26 19:56:04 +04:00
"season": "0.10.0",
"semver": "1.1.4",
2013-08-14 21:27:12 +04:00
"space-pen": "1.2.0",
"tantamount": "0.3.0",
2013-08-14 21:27:12 +04:00
"temp": "0.5.0",
"underscore": "1.4.4",
2013-08-14 05:27:29 +04:00
"archive-view": "0.2.0",
"autocomplete": "0.2.0",
"autoflow": "0.1.0",
"bookmarks": "0.2.0",
"bracket-matcher": "0.2.0",
2013-08-20 07:36:56 +04:00
"collaboration": "0.4.0",
2013-08-14 19:37:04 +04:00
"command-logger": "0.2.0",
"command-panel": "0.2.0",
"command-palette": "0.1.0",
"fuzzy-finder": "0.2.0",
"editor-stats": "0.1.0",
"gfm": "0.1.0",
"git-diff": "0.2.0",
"gists": "0.1.0",
"github-sign-in": "0.1.0",
"go-to-line": "0.2.0",
"grammar-selector": "0.1.0",
2013-08-20 06:15:52 +04:00
"image-view": "0.2.0",
"link": "0.1.0",
"markdown-preview": "0.1.0",
"package-generator": "0.2.0",
2013-08-14 19:29:19 +04:00
"settings-view": "0.3.0",
"snippets": "0.2.0",
"spell-check": "0.2.0",
"status-bar": "0.2.0",
"symbols-view": "0.2.0",
"tabs": "0.1.0",
"terminal": "0.3.0",
"toml": "0.1.0",
"tree-view": "0.2.0",
"whitespace": "0.1.0",
2013-08-14 21:27:12 +04:00
"wrap-guide": "0.1.0",
"c-tmbundle": "1.0.0",
2013-08-14 21:27:12 +04:00
"coffee-script-tmbundle": "4.0.0",
"css-tmbundle": "1.0.0",
"git-tmbundle": "1.0.0",
"go-tmbundle": "1.0.0",
"html-tmbundle": "1.0.0",
"hyperlink-helper-tmbundle": "1.0.0",
"java-tmbundle": "1.0.0",
"javascript-tmbundle": "1.0.0",
"json-tmbundle": "1.0.0",
"less-tmbundle": "1.0.0",
2013-06-06 21:40:45 +04:00
"make-tmbundle": "1.0.0",
"mustache-tmbundle": "1.0.0",
"objective-c-tmbundle": "1.0.0",
"pegjs-tmbundle": "1.0.0",
"perl-tmbundle": "1.0.0",
"php-tmbundle": "1.0.0",
"property-list-tmbundle": "1.0.0",
"puppet-textmate-tmbundle": "1.0.0",
"python-tmbundle": "1.0.0",
"ruby-on-rails-tmbundle": "1.0.0",
"ruby-tmbundle": "1.0.0",
"sass-tmbundle": "1.0.0",
"shellscript-tmbundle": "1.0.0",
2013-06-12 00:02:00 +04:00
"source-tmbundle": "1.0.0",
"sql-tmbundle": "1.0.0",
"text-tmbundle": "1.0.0",
"textmate-clojure": "1.0.0",
2013-06-06 23:37:39 +04:00
"todo-tmbundle": "1.0.0",
"xml-tmbundle": "1.0.0",
2013-08-14 21:27:12 +04:00
"yaml-tmbundle": "1.0.0"
},
2013-05-14 22:08:32 +04:00
"devDependencies": {
"biscotto": "0.0.12",
"grunt": "~0.4.1",
"grunt-cli": "~0.1.9",
"grunt-coffeelint": "0.0.6",
2013-06-26 19:57:52 +04:00
"grunt-lesslint": "0.8.0",
"grunt-cson": "0.5.0",
2013-05-30 03:39:37 +04:00
"grunt-contrib-csslint": "~0.1.2",
2013-05-30 04:35:00 +04:00
"grunt-contrib-coffee": "~0.7.0",
"grunt-contrib-less": "~0.6.4",
2013-06-26 19:57:52 +04:00
"jasmine-focused": "~0.7.0",
"walkdir": "0.0.7",
"ws": "0.4.27",
2013-08-07 06:03:50 +04:00
"js-yaml": "~2.1.0"
2013-04-03 04:30:25 +04:00
},
"private": true,
"scripts": {
"preinstall": "true"
2012-09-13 22:25:37 +04:00
}
}