pulsar/package.json

28 lines
588 B
JSON
Raw Normal View History

2012-09-13 22:25:37 +04:00
{
"name" : "atom",
"version" : "0.0.0",
"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-03-27 01:05:30 +04:00
"oniguruma": "0.8.0",
2013-03-10 00:45:42 +04:00
"mkdirp": "0.3.5",
2013-03-29 20:36:51 +04:00
"git-utils": "0.11.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",
"nak": "git://github.com/kevinsawicki/nak.git",
"spellchecker": "0.2.0",
2013-03-27 02:02:48 +04:00
"plist": "git://github.com/nathansobo/node-plist.git",
2013-03-27 19:05:58 +04:00
"space-pen": "git://github.com/nathansobo/space-pen.git"
},
"private": true,
"scripts": {
"preinstall": "true"
2012-09-13 22:25:37 +04:00
}
2013-03-29 06:12:16 +04:00
}