pulsar/package.json

83 lines
2.2 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-04-02 19:28:30 +04:00
"coffee-script": "1.6.2",
2013-03-27 01:03:33 +04:00
"ctags": "0.3.0",
"oniguruma": "0.16.0",
2013-03-10 00:45:42 +04:00
"mkdirp": "0.3.5",
"git-utils": "0.17.0",
2013-03-12 02:48:29 +04:00
"underscore": "1.4.4",
2013-03-13 01:59:21 +04:00
"d3": "3.0.8",
2013-03-13 04:41:18 +04:00
"coffee-cache": "0.1.0",
"pegjs": "0.7.0",
"async": "0.2.6",
2013-05-22 20:28:37 +04:00
"nak": "0.2.16",
"spellchecker": "0.3.0",
2013-04-11 08:54:54 +04:00
"pathwatcher": "0.3.0",
2013-04-26 06:00:27 +04:00
"keytar": "0.4.0",
2013-06-10 21:10:32 +04:00
"ls-archive": "0.9.0",
2013-04-16 19:23:35 +04:00
"temp": "0.5.0",
2013-03-27 19:05:58 +04:00
"plist": "git://github.com/nathansobo/node-plist.git",
2013-05-17 03:42:12 +04:00
"space-pen": "1.0.0",
"less": "git://github.com/nathansobo/less.js.git",
2013-05-21 22:30:24 +04:00
"roaster": "0.0.5",
2013-05-15 22:22:40 +04:00
"jqueryui-browser": "1.10.2-1",
"optimist": "0.4.0",
"season": "0.7.0",
"humanize-plus": "1.1.0",
"semver": "1.1.4",
"c-tmbundle": "1.0.0",
"coffee-script-tmbundle": "2.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",
"yaml-tmbundle": "1.0.0",
"nslog": "0.1.0"
},
2013-05-14 22:08:32 +04:00
"devDependencies": {
2013-05-29 23:13:47 +04:00
"biscotto": "0.0.11",
"grunt": "~0.4.1",
"grunt-cli": "~0.1.9",
"grunt-coffeelint": "0.0.6",
2013-06-12 20:57:58 +04:00
"grunt-lesslint": "0.1.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.5.2"
2013-04-03 04:30:25 +04:00
},
"private": true,
"scripts": {
"preinstall": "true"
2012-09-13 22:25:37 +04:00
}
}