Vulcan/smart.json
Tarang Patel bcc9bddaef Prevent weird deploy problem on some versions of node
Some versions of node have an issue with meteorite. The issue is with the dependencies, for some reason the folders come out blank.

Related: https://github.com/DiscoverMeteor/Microscope/issues/11
2013-11-07 23:20:57 +02:00

13 lines
237 B
JSON

{
"meteor": {},
"packages": {
"momentjs": {},
"crypto-base": {},
"database-forms": {
"git": "git://github.com/SachaG/database-forms.git"
},
"crypto-md5": {},
"iron-router": {},
"nprogress": {}
}
}