pulsar/package.json

39 lines
912 B
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-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",
2013-04-22 23:18:05 +04:00
"oniguruma": "0.11.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-04-04 19:39:09 +04:00
"nak": "0.2.12",
"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-03-27 19:05:58 +04:00
"plist": "git://github.com/nathansobo/node-plist.git",
"space-pen": "git://github.com/nathansobo/space-pen.git",
"less": "git://github.com/nathansobo/less.js.git",
2013-04-20 00:03:42 +04:00
"roaster": "0.0.3",
2013-05-14 22:58:34 +04:00
"jqueryui-browser": "1.10.2-1",
"season": "0.7.0",
"humanize-plus": "1.1.0"
},
2013-05-14 22:08:32 +04:00
"devDependencies": {
2013-05-14 22:58:34 +04:00
"biscotto": "0.0.11"
2013-04-03 04:30:25 +04:00
},
"private": true,
"scripts": {
"preinstall": "true"
2012-09-13 22:25:37 +04:00
}
}