pulsar/package.json

19 lines
290 B
JSON
Raw Normal View History

2012-09-13 22:25:37 +04:00
{
"name" : "atom",
"version" : "0.0.0",
"dependencies": {
"coffee-script": "1.5",
2013-03-07 22:18:08 +04:00
"ctags": "0.1.0",
2013-03-10 09:28:13 +04:00
"oniguruma": "0.5.0",
2013-03-10 00:45:42 +04:00
"mkdirp": "0.3.5",
2013-03-11 22:22:36 +04:00
"git-utils": "0.3.0",
2013-03-12 02:48:29 +04:00
"underscore": "1.4.4",
"d3": "3.0.8"
},
"scripts": {
"preinstall": "true"
2012-09-13 22:25:37 +04:00
}
}